#8F36CA

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

Shades of Dark Orchid #8F36CA

Tints of Dark Orchid #8F36CA

Color information

#8F36CA (or 0x8F36CA) is unknown color: approx Dark Orchid. HEX triplet: 8F, 36 and CA. RGB value is (143,54,202). Sum of RGB (Red+Green+Blue) = 143+54+202=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F36CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F36CA is #70C935. Grayscale: #606060. Windows color (decimal): -7391542 or 13252239. OLE color: 13252239.

HSL color Cylindrical-coordinate representation of color #8F36CA: hue angle of 276.08º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F36CA is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14354202-
CMYK0.290.7300.21
HSL276.08º58.27%50.2%-
HSV(B)276.08º73.27%79.22%-
XYZ23.3112.7457.11-
YUV97.48186.99160.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=35.84%
G=13.53%
B=50.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143542020.290.7300.21276.0858.2750.2
Hex8F36CA1D490151143a32
Octal21766312351110254247262
Binary1000111111011011001010111011001001010101100010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F36CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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