#8A40D4

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

Shades of Blue Violet #8A40D4

Tints of Blue Violet #8A40D4

Color information

#8A40D4 (or 0x8A40D4) is unknown color: approx Blue Violet. HEX triplet: 8A, 40 and D4. RGB value is (138,64,212). Sum of RGB (Red+Green+Blue) = 138+64+212=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 212 (83.20% from 255 or 51.21% from 414); Max value from RGB is 212 - color contains mainly: blue. Hex color #8A40D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A40D4 is #75BF2B. Grayscale: #666666. Windows color (decimal): -7716652 or 13910154. OLE color: 13910154.

HSL color Cylindrical-coordinate representation of color #8A40D4: hue angle of 270º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A40D4 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13864212-
CMYK0.350.7000.17
HSL270º63.25%54.12%-
HSV(B)270º69.81%83.14%-
XYZ24.213.8263.68-
YUV103189.52152.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 15.46%
BLUE value IS 212 (83.20% from 255) = 51.21%
R=33.33%
G=15.46%
B=51.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138642120.350.7000.1727063.2554.12
Hex8A40D4234601110e3f36
Octal212100324431060214167766
Binary100010101000000110101001000111000110010001100001110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A40D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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