#9942FD

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

Shades of Blue Violet #9942FD

Tints of Blue Violet #9942FD

Color information

#9942FD (or 0x9942FD) is unknown color: approx Blue Violet. HEX triplet: 99, 42 and FD. RGB value is (153,66,253). Sum of RGB (Red+Green+Blue) = 153+66+253=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #9942FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9942FD is #66BD02. Grayscale: #707070. Windows color (decimal): -6733059 or 16597657. OLE color: 16597657.

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

Color convert

RGB15366253-
CMYK0.400.7400.01
HSL267.91º97.91%62.55%-
HSV(B)267.91º73.91%99.22%-
XYZ32.8117.7694.63-
YUV113.33206.82156.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 66 (26.17% from 255) = 13.98%
BLUE value IS 253 (99.22% from 255) = 53.60%
R=32.42%
G=13.98%
B=53.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153662530.400.7400.01267.9197.9162.55
Hex9942FD284A0110c623f
Octal231102375501120141414277
Binary100110011000010111111011010001001010011000011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9942FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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