#9922EE

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

Shades of Blue Violet #9922EE

Tints of Blue Violet #9922EE

Color information

#9922EE (or 0x9922EE) is unknown color: approx Blue Violet. HEX triplet: 99, 22 and EE. RGB value is (153,34,238). Sum of RGB (Red+Green+Blue) = 153+34+238=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #9922EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9922EE is #66DD11. Grayscale: #5C5C5C. Windows color (decimal): -6741266 or 15606425. OLE color: 15606425.

HSL color Cylindrical-coordinate representation of color #9922EE: hue angle of 275º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9922EE is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15334238-
CMYK0.360.8600.07
HSL275º85.71%53.33%-
HSV(B)275º85.71%93.33%-
XYZ29.1414.0982.07-
YUV92.84209.92170.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 34 (13.67% from 255) = 8%
BLUE value IS 238 (93.36% from 255) = 56%
R=36%
G=8%
B=56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal153342380.360.8600.0727585.7153.33
Hex9922EE2456071135635
Octal23142356441260742312665
Binary1001100110001011101110100100101011001111000100111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9922EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,34,238); }

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

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

 a { background-color: rgb(153,34,238); }

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

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

 span { border-color: rgb(153,34,238); }

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