#9F35F4

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

Shades of Blue Violet #9F35F4

Tints of Blue Violet #9F35F4

Color information

#9F35F4 (or 0x9F35F4) is unknown color: approx Blue Violet. HEX triplet: 9F, 35 and F4. RGB value is (159,53,244). Sum of RGB (Red+Green+Blue) = 159+53+244=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 244 (95.70% from 255 or 53.51% from 456); Max value from RGB is 244 - color contains mainly: blue. Hex color #9F35F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F35F4 is #60CA0B. Grayscale: #696969. Windows color (decimal): -6343180 or 16004511. OLE color: 16004511.

HSL color Cylindrical-coordinate representation of color #9F35F4: hue angle of 273.3º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F35F4 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15953244-
CMYK0.350.7800.04
HSL273.3º89.67%58.24%-
HSV(B)273.3º78.28%95.69%-
XYZ31.916.4587.08-
YUV106.47205.62165.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 53 (21.09% from 255) = 11.62%
BLUE value IS 244 (95.70% from 255) = 53.51%
R=34.87%
G=11.62%
B=53.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal159532440.350.7800.04273.389.6758.24
Hex9F35F4234E041115a3a
Octal23765364431160442113272
Binary1001111111010111110100100011100111001001000100011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F35F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,53,244); }

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

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

 a { background-color: rgb(159,53,244); }

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

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

 span { border-color: rgb(159,53,244); }

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