#9F3FF2

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

Shades of Blue Violet #9F3FF2

Tints of Blue Violet #9F3FF2

Color information

#9F3FF2 (or 0x9F3FF2) is unknown color: approx Blue Violet. HEX triplet: 9F, 3F and F2. RGB value is (159,63,242). Sum of RGB (Red+Green+Blue) = 159+63+242=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #9F3FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3FF2 is #60C00D. Grayscale: #6F6F6F. Windows color (decimal): -6340622 or 15875999. OLE color: 15875999.

HSL color Cylindrical-coordinate representation of color #9F3FF2: hue angle of 272.18º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F3FF2 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15963242-
CMYK0.340.7400.05
HSL272.18º87.32%59.8%-
HSV(B)272.18º73.97%94.9%-
XYZ32.117.3485.66-
YUV112.11201.3161.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 63 (25% from 255) = 13.58%
BLUE value IS 242 (94.92% from 255) = 52.16%
R=34.27%
G=13.58%
B=52.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal159632420.340.7400.05272.1887.3259.8
Hex9F3FF2224A05110573c
Octal23777362421120542012774
Binary1001111111111111110010100010100101001011000100001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,63,242); }

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

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

 a { background-color: rgb(159,63,242); }

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

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

 span { border-color: rgb(159,63,242); }

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