#8f36c8

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

Shades of Dark Orchid #8F36C8

Tints of Dark Orchid #8F36C8

Color information

#8F36C8 (or 0x8F36C8) is unknown color: approx Dark Orchid. HEX triplet: 8F, 36 and C8. RGB value is (143,54,200). Sum of RGB (Red+Green+Blue) = 143+54+200=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F36C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F36C8 is #70C937. Grayscale: #606060. Windows color (decimal): -7391544 or 13121167. OLE color: 13121167.

HSL color Cylindrical-coordinate representation of color #8F36C8: hue angle of 276.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F36C8 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14354200-
CMYK0.280.7300.22
HSL276.58º57.48%49.8%-
HSV(B)276.58º73%78.43%-
XYZ23.0712.6555.87-
YUV97.26185.99160.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.02%
GREEN value IS 54 (21.48% from 255) = 13.60%
BLUE value IS 200 (78.52% from 255) = 50.38%
R=36.02%
G=13.60%
B=50.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143542000.280.7300.22276.5857.4849.8
Hex8F36C81C490161153932
Octal21766310341110264257162
Binary1000111111011011001000111001001001010110100010101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f36c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,54,200); }

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

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

 a { background-color: rgb(143,54,200); }

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

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

 span { border-color: rgb(143,54,200); }

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