#8C12BD

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

Shades of Dark Violet #8C12BD

Tints of Dark Violet #8C12BD

Color information

#8C12BD (or 0x8C12BD) is unknown color: approx Dark Violet. HEX triplet: 8C, 12 and BD. RGB value is (140,18,189). Sum of RGB (Red+Green+Blue) = 140+18+189=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C12BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C12BD is #73ED42. Grayscale: #494949. Windows color (decimal): -7597379 or 12391052. OLE color: 12391052.

HSL color Cylindrical-coordinate representation of color #8C12BD: hue angle of 282.81º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C12BD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14018189-
CMYK0.260.9000.26
HSL282.81º82.61%40.59%-
HSV(B)282.81º90.48%74.12%-
XYZ20.229.6848.95-
YUV73.97192.92175.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 18 (7.42% from 255) = 5.19%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=40.35%
G=5.19%
B=54.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140181890.260.9000.26282.8182.6140.59
Hex8C12BD1A5A01A11b5329
Octal214222753213203243312351
Binary1000110010010101111011101010110100110101000110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C12BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,18,189); }

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

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

 a { background-color: rgb(140,18,189); }

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

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

 span { border-color: rgb(140,18,189); }

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