#8C01BC

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

Shades of Dark Violet #8C01BC

Tints of Dark Violet #8C01BC

Color information

#8C01BC (or 0x8C01BC) is unknown color: approx Dark Violet. HEX triplet: 8C, 01 and BC. RGB value is (140,1,188). Sum of RGB (Red+Green+Blue) = 140+1+188=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C01BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C01BC is #73FE43. Grayscale: #3F3F3F. Windows color (decimal): -7601732 or 12321164. OLE color: 12321164.

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

Color convert

RGB1401188-
CMYK0.260.9900.26
HSL284.6º98.94%37.06%-
HSV(B)284.6º99.47%73.73%-
XYZ19.99.2348.31-
YUV63.88198.05182.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.55%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 188 (73.83% from 255) = 57.14%
R=42.55%
G=0.30%
B=57.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14011880.260.9900.26284.698.9437.06
Hex8C1BC1A6301A11d6325
Octal21412743214303243514345
Binary100011001101111001101011000110110101000111011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C01BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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