#9936FF

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

Shades of Blue Violet #9936FF

Tints of Blue Violet #9936FF

Color information

#9936FF (or 0x9936FF) is unknown color: approx Blue Violet. HEX triplet: 99, 36 and FF. RGB value is (153,54,255). Sum of RGB (Red+Green+Blue) = 153+54+255=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #9936FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9936FF is #66C900. Grayscale: #696969. Windows color (decimal): -6736129 or 16725657. OLE color: 16725657.

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

Color convert

RGB15354255-
CMYK0.40.7900
HSL269.55º100%60.59%-
HSV(B)269.55º78.82%100%-
XYZ32.5116.6396.1-
YUV106.51211.8161.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 54 (21.48% from 255) = 11.69%
BLUE value IS 255 (100% from 255) = 55.19%
R=33.12%
G=11.69%
B=55.19%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal153542550.40.7900269.5510060.59
Hex9936FF284F0010e643d
Octal23166377501170041614475
Binary10011001110110111111111010001001111001000011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9936FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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