#8A00D1

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

Shades of Dark Violet #8A00D1

Tints of Dark Violet #8A00D1

Color information

#8A00D1 (or 0x8A00D1) is unknown color: approx Dark Violet. HEX triplet: 8A, 00 and D1. RGB value is (138,0,209). Sum of RGB (Red+Green+Blue) = 138+0+209=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #8A00D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00D1 is #75FF2E. Grayscale: #404040. Windows color (decimal): -7733039 or 13697162. OLE color: 13697162.

HSL color Cylindrical-coordinate representation of color #8A00D1: hue angle of 279.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00D1 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1380209-
CMYK0.34100.18
HSL279.62º100%40.98%-
HSV(B)279.62º100%81.96%-
XYZ21.9910.0161.09-
YUV65.09209.22180.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 60.23%
R=39.77%
G=0%
B=60.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal13802090.34100.18279.6210040.98
Hex8A0D122640121186429
Octal21203214214402243014451
Binary1000101001101000110001011001000100101000110001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A00D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,0,209); }

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

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

 a { background-color: rgb(138,0,209); }

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

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

 span { border-color: rgb(138,0,209); }

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