#9E28F1

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

Shades of Blue Violet #9E28F1

Tints of Blue Violet #9E28F1

Color information

#9E28F1 (or 0x9E28F1) is unknown color: approx Blue Violet. HEX triplet: 9E, 28 and F1. RGB value is (158,40,241). Sum of RGB (Red+Green+Blue) = 158+40+241=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E28F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E28F1 is #61D70E. Grayscale: #616161. Windows color (decimal): -6412047 or 15804574. OLE color: 15804574.

HSL color Cylindrical-coordinate representation of color #9E28F1: hue angle of 275.22º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E28F1 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15840241-
CMYK0.340.8300.05
HSL275.22º87.77%55.1%-
HSV(B)275.22º83.4%94.51%-
XYZ30.7415.1484.52-
YUV98.2208.59170.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.99%
GREEN value IS 40 (16.02% from 255) = 9.11%
BLUE value IS 241 (94.53% from 255) = 54.90%
R=35.99%
G=9.11%
B=54.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal158402410.340.8300.05275.2287.7755.1
Hex9E28F12253051135837
Octal23650361421230542313067
Binary1001111010100011110001100010101001101011000100111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E28F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,40,241); }

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

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

 a { background-color: rgb(158,40,241); }

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

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

 span { border-color: rgb(158,40,241); }

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