#9933EF

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

Shades of Blue Violet #9933EF

Tints of Blue Violet #9933EF

Color information

#9933EF (or 0x9933EF) is unknown color: approx Blue Violet. HEX triplet: 99, 33 and EF. RGB value is (153,51,239). Sum of RGB (Red+Green+Blue) = 153+51+239=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #9933EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9933EF is #66CC10. Grayscale: #666666. Windows color (decimal): -6736913 or 15676313. OLE color: 15676313.

HSL color Cylindrical-coordinate representation of color #9933EF: hue angle of 272.55º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9933EF is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15351239-
CMYK0.360.7900.06
HSL272.55º85.45%56.86%-
HSV(B)272.55º78.66%93.73%-
XYZ29.915.3783.05-
YUV102.93204.79163.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 51 (20.31% from 255) = 11.51%
BLUE value IS 239 (93.75% from 255) = 53.95%
R=34.54%
G=11.51%
B=53.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal153512390.360.7900.06272.5585.4556.86
Hex9933EF244F061115539
Octal23163357441170642112571
Binary1001100111001111101111100100100111101101000100011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9933EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9933EF; }

 p { color: rgb(153,51,239); }

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

<style>
 a { background-color: #9933EF; }

 a { background-color: rgb(153,51,239); }

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

<style>
 span { border-color: #9933EF; }

 span { border-color: rgb(153,51,239); }

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