#9942FC

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

Shades of Blue Violet #9942FC

Tints of Blue Violet #9942FC

Color information

#9942FC (or 0x9942FC) is unknown color: approx Blue Violet. HEX triplet: 99, 42 and FC. RGB value is (153,66,252). Sum of RGB (Red+Green+Blue) = 153+66+252=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #9942FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9942FC is #66BD03. Grayscale: #707070. Windows color (decimal): -6733060 or 16532121. OLE color: 16532121.

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

Color convert

RGB15366252-
CMYK0.390.7400.01
HSL268.06º96.88%62.35%-
HSV(B)268.06º73.81%98.82%-
XYZ32.6617.793.79-
YUV113.22206.32156.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 66 (26.17% from 255) = 14.01%
BLUE value IS 252 (98.83% from 255) = 53.50%
R=32.48%
G=14.01%
B=53.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153662520.390.7400.01268.0696.8862.35
Hex9942FC274A0110c613e
Octal231102374471120141414176
Binary100110011000010111111001001111001010011000011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9942FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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