#9E4BF2

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

Shades of Blue Violet #9E4BF2

Tints of Blue Violet #9E4BF2

Color information

#9E4BF2 (or 0x9E4BF2) is unknown color: approx Blue Violet. HEX triplet: 9E, 4B and F2. RGB value is (158,75,242). Sum of RGB (Red+Green+Blue) = 158+75+242=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E4BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4BF2 is #61B40D. Grayscale: #767676. Windows color (decimal): -6403086 or 15879070. OLE color: 15879070.

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

Color convert

RGB15875242-
CMYK0.350.6900.05
HSL269.82º86.53%62.16%-
HSV(B)269.82º69.01%94.9%-
XYZ32.6418.7185.9-
YUV118.85197.5155.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 75 (29.69% from 255) = 15.79%
BLUE value IS 242 (94.92% from 255) = 50.95%
R=33.26%
G=15.79%
B=50.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal158752420.350.6900.05269.8286.5362.16
Hex9E4BF223450510e573e
Octal236113362431050541612776
Binary10011110100101111110010100011100010101011000011101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,75,242); }

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

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

 a { background-color: rgb(158,75,242); }

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

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

 span { border-color: rgb(158,75,242); }

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