#8C0AB3

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

Shades of Dark Violet #8C0AB3

Tints of Dark Violet #8C0AB3

Color information

#8C0AB3 (or 0x8C0AB3) is unknown color: approx Dark Violet. HEX triplet: 8C, 0A and B3. RGB value is (140,10,179). Sum of RGB (Red+Green+Blue) = 140+10+179=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C0AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0AB3 is #73F54C. Grayscale: #434343. Windows color (decimal): -7599437 or 11733644. OLE color: 11733644.

HSL color Cylindrical-coordinate representation of color #8C0AB3: hue angle of 286.15º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0AB3 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14010179-
CMYK0.220.9400.30
HSL286.15º89.42%37.06%-
HSV(B)286.15º94.41%70.2%-
XYZ19.069.0543.39-
YUV68.14190.57179.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.55%
GREEN value IS 10 (4.30% from 255) = 3.04%
BLUE value IS 179 (70.31% from 255) = 54.41%
R=42.55%
G=3.04%
B=54.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140101790.220.9400.30286.1589.4237.06
Hex8CAB3165E01E11e5925
Octal214122632613603643613145
Binary100011001010101100111011010111100111101000111101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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