#8A40F2

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

Shades of Blue Violet #8A40F2

Tints of Blue Violet #8A40F2

Color information

#8A40F2 (or 0x8A40F2) is unknown color: approx Blue Violet. HEX triplet: 8A, 40 and F2. RGB value is (138,64,242). Sum of RGB (Red+Green+Blue) = 138+64+242=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 242 (94.92% from 255 or 54.50% from 444); Max value from RGB is 242 - color contains mainly: blue. Hex color #8A40F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A40F2 is #75BF0D. Grayscale: #696969. Windows color (decimal): -7716622 or 15876234. OLE color: 15876234.

HSL color Cylindrical-coordinate representation of color #8A40F2: hue angle of 264.94º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A40F2 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13864242-
CMYK0.430.7400.05
HSL264.94º87.25%60%-
HSV(B)264.94º73.55%94.9%-
XYZ28.3415.4885.5-
YUV106.42204.52150.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.08%
GREEN value IS 64 (25.39% from 255) = 14.41%
BLUE value IS 242 (94.92% from 255) = 54.50%
R=31.08%
G=14.41%
B=54.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138642420.430.7400.05264.9487.2560
Hex8A40F22B4A05109573c
Octal212100362531120541112774
Binary10001010100000011110010101011100101001011000010011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A40F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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