#8929EE

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

Shades of Blue Violet #8929EE

Tints of Blue Violet #8929EE

Color information

#8929EE (or 0x8929EE) is unknown color: approx Blue Violet. HEX triplet: 89, 29 and EE. RGB value is (137,41,238). Sum of RGB (Red+Green+Blue) = 137+41+238=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #8929EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8929EE is #76D611. Grayscale: #5B5B5B. Windows color (decimal): -7788050 or 15608201. OLE color: 15608201.

HSL color Cylindrical-coordinate representation of color #8929EE: hue angle of 269.24º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8929EE is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13741238-
CMYK0.420.8300.07
HSL269.24º85.28%54.71%-
HSV(B)269.24º82.77%93.33%-
XYZ26.5413.0882.01-
YUV92.16210.3159.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 41 (16.41% from 255) = 9.86%
BLUE value IS 238 (93.36% from 255) = 57.21%
R=32.93%
G=9.86%
B=57.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal137412380.420.8300.07269.2485.2854.71
Hex8929EE2A530710d5537
Octal21151356521230741512567
Binary1000100110100111101110101010101001101111000011011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8929EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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