#8A40DC

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

Shades of Blue Violet #8A40DC

Tints of Blue Violet #8A40DC

Color information

#8A40DC (or 0x8A40DC) is unknown color: approx Blue Violet. HEX triplet: 8A, 40 and DC. RGB value is (138,64,220). Sum of RGB (Red+Green+Blue) = 138+64+220=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A40DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A40DC is #75BF23. Grayscale: #676767. Windows color (decimal): -7716644 or 14434442. OLE color: 14434442.

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

Color convert

RGB13864220-
CMYK0.370.7100.14
HSL268.46º69.03%55.69%-
HSV(B)268.46º70.91%86.27%-
XYZ25.2314.2469.13-
YUV103.91193.52152.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 64 (25.39% from 255) = 15.17%
BLUE value IS 220 (86.33% from 255) = 52.13%
R=32.70%
G=15.17%
B=52.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138642200.370.7100.14268.4669.0355.69
Hex8A40DC25470E10c4538
Octal2121003344510701641410570
Binary100010101000000110111001001011000111011101000011001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A40DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,64,220); }

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

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

 a { background-color: rgb(138,64,220); }

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

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

 span { border-color: rgb(138,64,220); }

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