#9922DB

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

Shades of Blue Violet #9922DB

Tints of Blue Violet #9922DB

Color information

#9922DB (or 0x9922DB) is unknown color: approx Blue Violet. HEX triplet: 99, 22 and DB. RGB value is (153,34,219). Sum of RGB (Red+Green+Blue) = 153+34+219=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #9922DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9922DB is #66DD24. Grayscale: #5A5A5A. Windows color (decimal): -6741285 or 14361241. OLE color: 14361241.

HSL color Cylindrical-coordinate representation of color #9922DB: hue angle of 278.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9922DB is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15334219-
CMYK0.300.8400.14
HSL278.59º73.12%49.61%-
HSV(B)278.59º84.47%85.88%-
XYZ26.513.0368.14-
YUV90.67200.42172.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 34 (13.67% from 255) = 8.37%
BLUE value IS 219 (85.94% from 255) = 53.94%
R=37.68%
G=8.37%
B=53.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153342190.300.8400.14278.5973.1249.61
Hex9922DB1E540E1174932
Octal231423333612401642711162
Binary1001100110001011011011111101010100011101000101111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9922DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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