#9F42FB

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

Shades of Blue Violet #9F42FB

Tints of Blue Violet #9F42FB

Color information

#9F42FB (or 0x9F42FB) is unknown color: approx Blue Violet. HEX triplet: 9F, 42 and FB. RGB value is (159,66,251). Sum of RGB (Red+Green+Blue) = 159+66+251=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F42FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F42FB is #60BD04. Grayscale: #727272. Windows color (decimal): -6339845 or 16466591. OLE color: 16466591.

HSL color Cylindrical-coordinate representation of color #9F42FB: hue angle of 270.16º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F42FB is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15966251-
CMYK0.370.7400.02
HSL270.16º95.85%62.16%-
HSV(B)270.16º73.71%98.43%-
XYZ33.6618.2393.01-
YUV114.9204.81159.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 66 (26.17% from 255) = 13.87%
BLUE value IS 251 (98.44% from 255) = 52.73%
R=33.40%
G=13.87%
B=52.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal159662510.370.7400.02270.1695.8562.16
Hex9F42FB254A0210e603e
Octal237102373451120241614076
Binary1001111110000101111101110010110010100101000011101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F42FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F42FB; }

 p { color: rgb(159,66,251); }

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

<style>
 a { background-color: #9F42FB; }

 a { background-color: rgb(159,66,251); }

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

<style>
 span { border-color: #9F42FB; }

 span { border-color: rgb(159,66,251); }

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