#8F35C9

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

Shades of Dark Orchid #8F35C9

Tints of Dark Orchid #8F35C9

Color information

#8F35C9 (or 0x8F35C9) is unknown color: approx Dark Orchid. HEX triplet: 8F, 35 and C9. RGB value is (143,53,201). Sum of RGB (Red+Green+Blue) = 143+53+201=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F35C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F35C9 is #70CA36. Grayscale: #606060. Windows color (decimal): -7391799 or 13186447. OLE color: 13186447.

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

Color convert

RGB14353201-
CMYK0.290.7400.21
HSL276.49º58.27%49.8%-
HSV(B)276.49º73.63%78.82%-
XYZ23.1412.656.47-
YUV96.78186.82160.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.02%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 201 (78.91% from 255) = 50.63%
R=36.02%
G=13.35%
B=50.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143532010.290.7400.21276.4958.2749.8
Hex8F35C91D4A0151143a32
Octal21765311351120254247262
Binary1000111111010111001001111011001010010101100010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F35C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,53,201); }

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

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

 a { background-color: rgb(143,53,201); }

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

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

 span { border-color: rgb(143,53,201); }

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