#9933FD

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

Shades of Blue Violet #9933FD

Tints of Blue Violet #9933FD

Color information

#9933FD (or 0x9933FD) is unknown color: approx Blue Violet. HEX triplet: 99, 33 and FD. RGB value is (153,51,253). Sum of RGB (Red+Green+Blue) = 153+51+253=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #9933FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9933FD is #66CC02. Grayscale: #676767. Windows color (decimal): -6736899 or 16593817. OLE color: 16593817.

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

Color convert

RGB15351253-
CMYK0.400.8000.01
HSL270.3º98.06%59.61%-
HSV(B)270.3º79.84%99.22%-
XYZ32.0516.2394.37-
YUV104.53211.79162.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 253 (99.22% from 255) = 55.36%
R=33.48%
G=11.16%
B=55.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153512530.400.8000.01270.398.0659.61
Hex9933FD28500110e623c
Octal23163375501200141614274
Binary10011001110011111111011010001010000011000011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9933FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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