#8A41D9

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

Shades of Blue Violet #8A41D9

Tints of Blue Violet #8A41D9

Color information

#8A41D9 (or 0x8A41D9) is unknown color: approx Blue Violet. HEX triplet: 8A, 41 and D9. RGB value is (138,65,217). Sum of RGB (Red+Green+Blue) = 138+65+217=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #8A41D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A41D9 is #75BE26. Grayscale: #676767. Windows color (decimal): -7716391 or 14238090. OLE color: 14238090.

HSL color Cylindrical-coordinate representation of color #8A41D9: hue angle of 268.82º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A41D9 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13865217-
CMYK0.360.7000.15
HSL268.82º66.67%55.29%-
HSV(B)268.82º70.05%85.1%-
XYZ24.914.1967.07-
YUV104.16191.68152.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 217 (85.16% from 255) = 51.67%
R=32.86%
G=15.48%
B=51.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138652170.360.7000.15268.8266.6755.29
Hex8A41D924460F10d4337
Octal2121013314410601741510367
Binary100010101000001110110011001001000110011111000011011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A41D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,65,217); }

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

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

 a { background-color: rgb(138,65,217); }

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

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

 span { border-color: rgb(138,65,217); }

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