#9F3CF3

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

Shades of Blue Violet #9F3CF3

Tints of Blue Violet #9F3CF3

Color information

#9F3CF3 (or 0x9F3CF3) is unknown color: approx Blue Violet. HEX triplet: 9F, 3C and F3. RGB value is (159,60,243). Sum of RGB (Red+Green+Blue) = 159+60+243=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #9F3CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3CF3 is #60C30C. Grayscale: #6D6D6D. Windows color (decimal): -6341389 or 15940767. OLE color: 15940767.

HSL color Cylindrical-coordinate representation of color #9F3CF3: hue angle of 272.46º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F3CF3 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15960243-
CMYK0.350.7500.05
HSL272.46º88.41%59.41%-
HSV(B)272.46º75.31%95.29%-
XYZ32.0917.0786.4-
YUV110.46202.8162.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 60 (23.83% from 255) = 12.99%
BLUE value IS 243 (95.31% from 255) = 52.60%
R=34.42%
G=12.99%
B=52.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal159602430.350.7500.05272.4688.4159.41
Hex9F3CF3234B05110583b
Octal23774363431130542013073
Binary1001111111110011110011100011100101101011000100001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,60,243); }

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

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

 a { background-color: rgb(159,60,243); }

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

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

 span { border-color: rgb(159,60,243); }

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