#9E1EFB

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

Shades of Blue Violet #9E1EFB

Tints of Blue Violet #9E1EFB

Color information

#9E1EFB (or 0x9E1EFB) is unknown color: approx Blue Violet. HEX triplet: 9E, 1E and FB. RGB value is (158,30,251). Sum of RGB (Red+Green+Blue) = 158+30+251=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E1EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E1EFB is #61E104. Grayscale: #5C5C5C. Windows color (decimal): -6414597 or 16457374. OLE color: 16457374.

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

Color convert

RGB15830251-
CMYK0.370.8800.02
HSL274.75º96.51%55.1%-
HSV(B)274.75º88.05%98.43%-
XYZ31.9815.1692.51-
YUV93.47216.91174.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.99%
GREEN value IS 30 (12.11% from 255) = 6.83%
BLUE value IS 251 (98.44% from 255) = 57.18%
R=35.99%
G=6.83%
B=57.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal158302510.370.8800.02274.7596.5155.1
Hex9E1EFB2558021136137
Octal23636373451300242314167
Binary10011110111101111101110010110110000101000100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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