#8C13CB

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

Shades of Dark Violet #8C13CB

Tints of Dark Violet #8C13CB

Color information

#8C13CB (or 0x8C13CB) is unknown color: approx Dark Violet. HEX triplet: 8C, 13 and CB. RGB value is (140,19,203). Sum of RGB (Red+Green+Blue) = 140+19+203=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C13CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C13CB is #73EC34. Grayscale: #4B4B4B. Windows color (decimal): -7597109 or 13308812. OLE color: 13308812.

HSL color Cylindrical-coordinate representation of color #8C13CB: hue angle of 279.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C13CB is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14019203-
CMYK0.310.9100.20
HSL279.46º82.88%43.53%-
HSV(B)279.46º90.64%79.61%-
XYZ21.8310.3557.35-
YUV76.16199.59173.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 19 (7.81% from 255) = 5.25%
BLUE value IS 203 (79.69% from 255) = 56.08%
R=38.67%
G=5.25%
B=56.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140192030.310.9100.20279.4682.8843.53
Hex8C13CB1F5B014117532c
Octal214233133713302442712354
Binary1000110010011110010111111110110110101001000101111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C13CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,19,203); }

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

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

 a { background-color: rgb(140,19,203); }

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

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

 span { border-color: rgb(140,19,203); }

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