#8D2DB2

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

Shades of Dark Orchid #8D2DB2

Tints of Dark Orchid #8D2DB2

Color information

#8D2DB2 (or 0x8D2DB2) is unknown color: approx Dark Orchid. HEX triplet: 8D, 2D and B2. RGB value is (141,45,178). Sum of RGB (Red+Green+Blue) = 141+45+178=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #8D2DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2DB2 is #72D24D. Grayscale: #585858. Windows color (decimal): -7524942 or 11677069. OLE color: 11677069.

HSL color Cylindrical-coordinate representation of color #8D2DB2: hue angle of 283.31º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2DB2 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14145178-
CMYK0.210.7500.30
HSL283.31º59.64%43.73%-
HSV(B)283.31º74.72%69.8%-
XYZ19.9610.7543.14-
YUV88.87178.3165.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 45 (17.97% from 255) = 12.36%
BLUE value IS 178 (69.92% from 255) = 48.90%
R=38.74%
G=12.36%
B=48.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141451780.210.7500.30283.3159.6443.73
Hex8D2DB2154B01E11b3c2c
Octal21555262251130364337454
Binary1000110110110110110010101011001011011110100011011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,45,178); }

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

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

 a { background-color: rgb(141,45,178); }

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

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

 span { border-color: rgb(141,45,178); }

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