#8C0AEB

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

Shades of Dark Violet #8C0AEB

Tints of Dark Violet #8C0AEB

Color information

#8C0AEB (or 0x8C0AEB) is unknown color: approx Dark Violet. HEX triplet: 8C, 0A and EB. RGB value is (140,10,235). Sum of RGB (Red+Green+Blue) = 140+10+235=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C0AEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0AEB is #73F514. Grayscale: #494949. Windows color (decimal): -7599381 or 15403660. OLE color: 15403660.

HSL color Cylindrical-coordinate representation of color #8C0AEB: hue angle of 274.67º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0AEB is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14010235-
CMYK0.400.9600.08
HSL274.67º91.84%48.04%-
HSV(B)274.67º95.74%92.16%-
XYZ25.9211.7979.51-
YUV74.52218.57174.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 10 (4.30% from 255) = 2.60%
BLUE value IS 235 (92.19% from 255) = 61.04%
R=36.36%
G=2.60%
B=61.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal140102350.400.9600.08274.6791.8448.04
Hex8CAEB2860081135c30
Octal214123535014001042313460
Binary100011001010111010111010001100000010001000100111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,10,235); }

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

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

 a { background-color: rgb(140,10,235); }

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

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

 span { border-color: rgb(140,10,235); }

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