#9920E3

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

Shades of Blue Violet #9920E3

Tints of Blue Violet #9920E3

Color information

#9920E3 (or 0x9920E3) is unknown color: approx Blue Violet. HEX triplet: 99, 20 and E3. RGB value is (153,32,227). Sum of RGB (Red+Green+Blue) = 153+32+227=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 227 (89.06% from 255 or 55.10% from 412); Max value from RGB is 227 - color contains mainly: blue. Hex color #9920E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9920E3 is #66DF1C. Grayscale: #595959. Windows color (decimal): -6741789 or 14885017. OLE color: 14885017.

HSL color Cylindrical-coordinate representation of color #9920E3: hue angle of 277.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9920E3 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15332227-
CMYK0.330.8600.11
HSL277.23º77.69%50.78%-
HSV(B)277.23º85.9%89.02%-
XYZ27.5213.3573.8-
YUV90.41205.09172.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 32 (12.89% from 255) = 7.77%
BLUE value IS 227 (89.06% from 255) = 55.10%
R=37.14%
G=7.77%
B=55.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal153322270.330.8600.11277.2377.6950.78
Hex9920E321560B1154e33
Octal231403434112601342511663
Binary10011001100000111000111000011010110010111000101011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9920E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9920E3; }

 p { color: rgb(153,32,227); }

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

<style>
 a { background-color: #9920E3; }

 a { background-color: rgb(153,32,227); }

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

<style>
 span { border-color: #9920E3; }

 span { border-color: rgb(153,32,227); }

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