#8C01BE

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

Shades of Dark Violet #8C01BE

Tints of Dark Violet #8C01BE

Color information

#8C01BE (or 0x8C01BE) is unknown color: approx Dark Violet. HEX triplet: 8C, 01 and BE. RGB value is (140,1,190). Sum of RGB (Red+Green+Blue) = 140+1+190=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C01BE is #73FE41. Grayscale: #3F3F3F. Windows color (decimal): -7601730 or 12452236. OLE color: 12452236.

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

Color convert

RGB1401190-
CMYK0.260.9900.25
HSL284.13º98.95%37.45%-
HSV(B)284.13º99.47%74.51%-
XYZ20.129.3149.45-
YUV64.11199.05182.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=42.30%
G=0.30%
B=57.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14011900.260.9900.25284.1398.9537.45
Hex8C1BE1A6301911c6325
Octal21412763214303143414345
Binary100011001101111101101011000110110011000111001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C01BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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