#9933FF

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

Shades of Blue Violet #9933FF

Tints of Blue Violet #9933FF

Color information

#9933FF (or 0x9933FF) is unknown color: approx Blue Violet. HEX triplet: 99, 33 and FF. RGB value is (153,51,255). Sum of RGB (Red+Green+Blue) = 153+51+255=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #9933FF is a web safe color. Inversed color of #9933FF is #66CC00. Grayscale: #686868. Windows color (decimal): -6736897 or 16724889. OLE color: 16724889.

HSL color Cylindrical-coordinate representation of color #9933FF: hue angle of 270º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9933FF is Cyan = 0.4, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15351255-
CMYK0.40.800
HSL270º100%60%-
HSV(B)270º80%100%-
XYZ32.3716.3696.06-
YUV104.75212.79162.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 11.11%
BLUE value IS 255 (100% from 255) = 55.56%
R=33.33%
G=11.11%
B=55.56%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal153512550.40.80027010060
Hex9933FF28500010e643c
Octal23163377501200041614474
Binary10011001110011111111111010001010000001000011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9933FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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