#8D36B3

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

Shades of Dark Orchid #8D36B3

Tints of Dark Orchid #8D36B3

Color information

#8D36B3 (or 0x8D36B3) is unknown color: approx Dark Orchid. HEX triplet: 8D, 36 and B3. RGB value is (141,54,179). Sum of RGB (Red+Green+Blue) = 141+54+179=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #8D36B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D36B3 is #72C94C. Grayscale: #5D5D5D. Windows color (decimal): -7522637 or 11744909. OLE color: 11744909.

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

Color convert

RGB14154179-
CMYK0.210.7000.30
HSL281.76º53.65%45.69%-
HSV(B)281.76º69.83%70.2%-
XYZ20.4411.5643.8-
YUV94.26175.82161.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 54 (21.48% from 255) = 14.44%
BLUE value IS 179 (70.31% from 255) = 47.86%
R=37.70%
G=14.44%
B=47.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141541790.210.7000.30281.7653.6545.69
Hex8D36B3154601E11a362e
Octal21566263251060364326656
Binary1000110111011010110011101011000110011110100011010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D36B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,54,179); }

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

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

 a { background-color: rgb(141,54,179); }

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

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

 span { border-color: rgb(141,54,179); }

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