#8929E6

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

Shades of Blue Violet #8929E6

Tints of Blue Violet #8929E6

Color information

#8929E6 (or 0x8929E6) is unknown color: approx Blue Violet. HEX triplet: 89, 29 and E6. RGB value is (137,41,230). Sum of RGB (Red+Green+Blue) = 137+41+230=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 230 (90.23% from 255 or 56.37% from 408); Max value from RGB is 230 - color contains mainly: blue. Hex color #8929E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8929E6 is #76D619. Grayscale: #5A5A5A. Windows color (decimal): -7788058 or 15083913. OLE color: 15083913.

HSL color Cylindrical-coordinate representation of color #8929E6: hue angle of 270.48º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8929E6 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13741230-
CMYK0.400.8200.10
HSL270.48º79.08%53.14%-
HSV(B)270.48º82.17%90.2%-
XYZ25.3912.6275.96-
YUV91.25206.3160.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 41 (16.41% from 255) = 10.05%
BLUE value IS 230 (90.23% from 255) = 56.37%
R=33.58%
G=10.05%
B=56.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal137412300.400.8200.10270.4879.0853.14
Hex8929E628520A10e4f35
Octal211513465012201241611765
Binary10001001101001111001101010001010010010101000011101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8929E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8929E6; }

 p { color: rgb(137,41,230); }

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

<style>
 a { background-color: #8929E6; }

 a { background-color: rgb(137,41,230); }

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

<style>
 span { border-color: #8929E6; }

 span { border-color: rgb(137,41,230); }

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