#9933FC

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

Shades of Blue Violet #9933FC

Tints of Blue Violet #9933FC

Color information

#9933FC (or 0x9933FC) is unknown color: approx Blue Violet. HEX triplet: 99, 33 and FC. RGB value is (153,51,252). Sum of RGB (Red+Green+Blue) = 153+51+252=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #9933FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9933FC is #66CC03. Grayscale: #676767. Windows color (decimal): -6736900 or 16528281. OLE color: 16528281.

HSL color Cylindrical-coordinate representation of color #9933FC: hue angle of 270.45º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9933FC is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15351252-
CMYK0.390.8000.01
HSL270.45º97.1%59.41%-
HSV(B)270.45º79.76%98.82%-
XYZ31.8916.1793.54-
YUV104.41211.29162.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 51 (20.31% from 255) = 11.18%
BLUE value IS 252 (98.83% from 255) = 55.26%
R=33.55%
G=11.18%
B=55.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153512520.390.8000.01270.4597.159.41
Hex9933FC27500110e613b
Octal23163374471200141614173
Binary10011001110011111111001001111010000011000011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9933FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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