#9E35FB

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

Shades of Blue Violet #9E35FB

Tints of Blue Violet #9E35FB

Color information

#9E35FB (or 0x9E35FB) is unknown color: approx Blue Violet. HEX triplet: 9E, 35 and FB. RGB value is (158,53,251). Sum of RGB (Red+Green+Blue) = 158+53+251=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E35FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E35FB is #61CA04. Grayscale: #6A6A6A. Windows color (decimal): -6408709 or 16463262. OLE color: 16463262.

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

Color convert

RGB15853251-
CMYK0.370.7900.02
HSL271.82º96.12%59.61%-
HSV(B)271.82º78.88%98.43%-
XYZ32.7916.7892.78-
YUV106.97209.29164.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 53 (21.09% from 255) = 11.47%
BLUE value IS 251 (98.44% from 255) = 54.33%
R=34.20%
G=11.47%
B=54.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal158532510.370.7900.02271.8296.1259.61
Hex9E35FB254F02110603c
Octal23665373451170242014074
Binary100111101101011111101110010110011110101000100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E35FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,53,251); }

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

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

 a { background-color: rgb(158,53,251); }

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

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

 span { border-color: rgb(158,53,251); }

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