#9936E9

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

Shades of Blue Violet #9936E9

Tints of Blue Violet #9936E9

Color information

#9936E9 (or 0x9936E9) is unknown color: approx Blue Violet. HEX triplet: 99, 36 and E9. RGB value is (153,54,233). Sum of RGB (Red+Green+Blue) = 153+54+233=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #9936E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9936E9 is #66C916. Grayscale: #676767. Windows color (decimal): -6736151 or 15283865. OLE color: 15283865.

HSL color Cylindrical-coordinate representation of color #9936E9: hue angle of 273.18º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9936E9 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15354233-
CMYK0.340.7700.09
HSL273.18º80.27%56.27%-
HSV(B)273.18º76.82%91.37%-
XYZ29.1615.2978.51-
YUV104.01200.8162.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.77%
GREEN value IS 54 (21.48% from 255) = 12.27%
BLUE value IS 233 (91.41% from 255) = 52.95%
R=34.77%
G=12.27%
B=52.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal153542330.340.7700.09273.1880.2756.27
Hex9936E9224D091115038
Octal231663514211501142112070
Binary10011001110110111010011000101001101010011000100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9936E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9936E9; }

 p { color: rgb(153,54,233); }

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

<style>
 a { background-color: #9936E9; }

 a { background-color: rgb(153,54,233); }

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

<style>
 span { border-color: #9936E9; }

 span { border-color: rgb(153,54,233); }

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