#9F3FFF

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

Shades of Blue Violet #9F3FFF

Tints of Blue Violet #9F3FFF

Color information

#9F3FFF (or 0x9F3FFF) is unknown color: approx Blue Violet. HEX triplet: 9F, 3F and FF. RGB value is (159,63,255). Sum of RGB (Red+Green+Blue) = 159+63+255=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F3FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3FFF is #60C000. Grayscale: #707070. Windows color (decimal): -6340609 or 16727967. OLE color: 16727967.

HSL color Cylindrical-coordinate representation of color #9F3FFF: hue angle of 270º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F3FFF is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15963255-
CMYK0.380.7500
HSL270º100%62.35%-
HSV(B)270º75.29%100%-
XYZ34.1318.1596.31-
YUV113.59207.8160.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 13.21%
BLUE value IS 255 (100% from 255) = 53.46%
R=33.33%
G=13.21%
B=53.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal159632550.380.750027010062.35
Hex9F3FFF264B0010e643e
Octal23777377461130041614476
Binary10011111111111111111111001101001011001000011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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