#8C13BC

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

Shades of Dark Violet #8C13BC

Tints of Dark Violet #8C13BC

Color information

#8C13BC (or 0x8C13BC) is unknown color: approx Dark Violet. HEX triplet: 8C, 13 and BC. RGB value is (140,19,188). Sum of RGB (Red+Green+Blue) = 140+19+188=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C13BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C13BC is #73EC43. Grayscale: #494949. Windows color (decimal): -7597124 or 12325772. OLE color: 12325772.

HSL color Cylindrical-coordinate representation of color #8C13BC: hue angle of 282.96º degrees, saturation: 0.82, 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 #8C13BC is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14019188-
CMYK0.260.9000.26
HSL282.96º81.64%40.59%-
HSV(B)282.96º89.89%73.73%-
XYZ20.139.6748.38-
YUV74.44192.09174.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 19 (7.81% from 255) = 5.48%
BLUE value IS 188 (73.83% from 255) = 54.18%
R=40.35%
G=5.48%
B=54.18%

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
Decimal140191880.260.9000.26282.9681.6440.59
Hex8C13BC1A5A01A11b5229
Octal214232743213203243312251
Binary1000110010011101111001101010110100110101000110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C13BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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