#8D25B1

Color #8D25B1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8D25B1

Tints of Dark Orchid #8D25B1

Color information

#8D25B1 (or 0x8D25B1) is unknown color: approx Dark Orchid. HEX triplet: 8D, 25 and B1. RGB value is (141,37,177). Sum of RGB (Red+Green+Blue) = 141+37+177=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #8D25B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D25B1 is #72DA4E. Grayscale: #535353. Windows color (decimal): -7526991 or 11609485. OLE color: 11609485.

HSL color Cylindrical-coordinate representation of color #8D25B1: hue angle of 284.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D25B1 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14137177-
CMYK0.200.7900.31
HSL284.57º65.42%41.96%-
HSV(B)284.57º79.1%69.41%-
XYZ19.5810.1642.52-
YUV84.06180.46168.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 37 (14.84% from 255) = 10.42%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=39.72%
G=10.42%
B=49.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141371770.200.7900.31284.5765.4241.96
Hex8D25B1144F01F11d412a
Octal215452612411703743510152
Binary10001101100101101100011010010011110111111000111011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D25B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D25B1; }

 p { color: rgb(141,37,177); }

 H1.HeaderClassName
 {
   color: #8D25B1;
 }
 .AnyTagClassName
 {
   color: #8D25B1;
 }
</style>
background-color css

<style>
 a { background-color: #8D25B1; }

 a { background-color: rgb(141,37,177); }

 div.DivClassName
 {
   background-color: #8D25B1;
 }
 .BgClassName
 {
   background-color: #8D25B1;
 }
</style>
border-color css

<style>
 span { border-color: #8D25B1; }

 span { border-color: rgb(141,37,177); }

 td.TdClassName
 {
   border-color: #8D25B1;
 }
 .TagClassName
 {
   border-color: #8D25B1;
 }
</style>