#9E2FE4

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

Shades of Blue Violet #9E2FE4

Tints of Blue Violet #9E2FE4

Color information

#9E2FE4 (or 0x9E2FE4) is unknown color: approx Blue Violet. HEX triplet: 9E, 2F and E4. RGB value is (158,47,228). Sum of RGB (Red+Green+Blue) = 158+47+228=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 228 (89.45% from 255 or 52.66% from 433); Max value from RGB is 228 - color contains mainly: blue. Hex color #9E2FE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2FE4 is #61D01B. Grayscale: #646464. Windows color (decimal): -6410268 or 14954398. OLE color: 14954398.

HSL color Cylindrical-coordinate representation of color #9E2FE4: hue angle of 276.8º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2FE4 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15847228-
CMYK0.310.7900.11
HSL276.8º77.02%53.92%-
HSV(B)276.8º79.39%89.41%-
XYZ29.1214.974.74-
YUV100.82199.77168.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.49%
GREEN value IS 47 (18.75% from 255) = 10.85%
BLUE value IS 228 (89.45% from 255) = 52.66%
R=36.49%
G=10.85%
B=52.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal158472280.310.7900.11276.877.0253.92
Hex9E2FE41F4F0B1154d36
Octal236573443711701342511566
Binary1001111010111111100100111111001111010111000101011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,47,228); }

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

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

 a { background-color: rgb(158,47,228); }

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

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

 span { border-color: rgb(158,47,228); }

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