#8A0DB0

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

Shades of Dark Violet #8A0DB0

Tints of Dark Violet #8A0DB0

Color information

#8A0DB0 (or 0x8A0DB0) is unknown color: approx Dark Violet. HEX triplet: 8A, 0D and B0. RGB value is (138,13,176). Sum of RGB (Red+Green+Blue) = 138+13+176=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 176 (69.14% from 255 or 53.82% from 327); Max value from RGB is 176 - color contains mainly: blue. Hex color #8A0DB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0DB0 is #75F24F. Grayscale: #444444. Windows color (decimal): -7729744 or 11537802. OLE color: 11537802.

HSL color Cylindrical-coordinate representation of color #8A0DB0: hue angle of 286.01º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0DB0 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13813176-
CMYK0.220.9300.31
HSL286.01º86.24%37.06%-
HSV(B)286.01º92.61%69.02%-
XYZ18.468.8341.8-
YUV68.96188.41177.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 13 (5.47% from 255) = 3.98%
BLUE value IS 176 (69.14% from 255) = 53.82%
R=42.20%
G=3.98%
B=53.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138131760.220.9300.31286.0186.2437.06
Hex8ADB0165D01F11e5625
Octal212152602613503743612645
Binary100010101101101100001011010111010111111000111101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,13,176); }

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

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

 a { background-color: rgb(138,13,176); }

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

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

 span { border-color: rgb(138,13,176); }

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