#8C0BE0

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

Shades of Dark Violet #8C0BE0

Tints of Dark Violet #8C0BE0

Color information

#8C0BE0 (or 0x8C0BE0) is unknown color: approx Dark Violet. HEX triplet: 8C, 0B and E0. RGB value is (140,11,224). Sum of RGB (Red+Green+Blue) = 140+11+224=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 224 (87.89% from 255 or 59.73% from 375); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C0BE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0BE0 is #73F41F. Grayscale: #494949. Windows color (decimal): -7599136 or 14683020. OLE color: 14683020.

HSL color Cylindrical-coordinate representation of color #8C0BE0: hue angle of 276.34º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0BE0 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14011224-
CMYK0.380.9500.12
HSL276.34º90.64%46.08%-
HSV(B)276.34º95.09%87.84%-
XYZ24.3911.271.4-
YUV73.85212.74175.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 11 (4.69% from 255) = 2.93%
BLUE value IS 224 (87.89% from 255) = 59.73%
R=37.33%
G=2.93%
B=59.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal140112240.380.9500.12276.3490.6446.08
Hex8CBE0265F0C1145b2e
Octal214133404613701442413356
Binary100011001011111000001001101011111011001000101001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,11,224); }

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

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

 a { background-color: rgb(140,11,224); }

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

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

 span { border-color: rgb(140,11,224); }

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