#8C35B2

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

Shades of Dark Orchid #8C35B2

Tints of Dark Orchid #8C35B2

Color information

#8C35B2 (or 0x8C35B2) is unknown color: approx Dark Orchid. HEX triplet: 8C, 35 and B2. RGB value is (140,53,178). Sum of RGB (Red+Green+Blue) = 140+53+178=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #8C35B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C35B2 is #73CA4D. Grayscale: #5C5C5C. Windows color (decimal): -7588430 or 11679116. OLE color: 11679116.

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

Color convert

RGB14053178-
CMYK0.210.7000.30
HSL281.76º54.11%45.29%-
HSV(B)281.76º70.22%69.8%-
XYZ20.1211.3443.25-
YUV93.26175.82161.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 53 (21.09% from 255) = 14.29%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=37.74%
G=14.29%
B=47.98%

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
Decimal140531780.210.7000.30281.7654.1145.29
Hex8C35B2154601E11a362d
Octal21465262251060364326655
Binary1000110011010110110010101011000110011110100011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C35B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,53,178); }

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

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

 a { background-color: rgb(140,53,178); }

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

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

 span { border-color: rgb(140,53,178); }

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