#8C10B2

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

Shades of Dark Violet #8C10B2

Tints of Dark Violet #8C10B2

Color information

#8C10B2 (or 0x8C10B2) is unknown color: approx Dark Violet. HEX triplet: 8C, 10 and B2. RGB value is (140,16,178). Sum of RGB (Red+Green+Blue) = 140+16+178=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 178 (69.92% from 255 or 53.29% from 334); Max value from RGB is 178 - color contains mainly: blue. Hex color #8C10B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C10B2 is #73EF4D. Grayscale: #474747. Windows color (decimal): -7597902 or 11669644. OLE color: 11669644.

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

Color convert

RGB14016178-
CMYK0.210.9100.30
HSL285.93º83.51%38.04%-
HSV(B)285.93º91.01%69.8%-
XYZ19.049.1642.88-
YUV71.54188.08176.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 16 (6.64% from 255) = 4.79%
BLUE value IS 178 (69.92% from 255) = 53.29%
R=41.92%
G=4.79%
B=53.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140161780.210.9100.30285.9383.5138.04
Hex8C10B2155B01E11e5426
Octal214202622513303643612446
Binary1000110010000101100101010110110110111101000111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C10B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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