#9E1DFE

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

Shades of Blue Violet #9E1DFE

Tints of Blue Violet #9E1DFE

Color information

#9E1DFE (or 0x9E1DFE) is unknown color: approx Blue Violet. HEX triplet: 9E, 1D and FE. RGB value is (158,29,254). Sum of RGB (Red+Green+Blue) = 158+29+254=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E1DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E1DFE is #61E201. Grayscale: #5C5C5C. Windows color (decimal): -6414850 or 16653726. OLE color: 16653726.

HSL color Cylindrical-coordinate representation of color #9E1DFE: hue angle of 274.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1DFE is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15829254-
CMYK0.380.8900.00
HSL274.4º99.12%55.49%-
HSV(B)274.4º88.58%99.61%-
XYZ32.4315.395.01-
YUV93.22218.74174.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.83%
GREEN value IS 29 (11.72% from 255) = 6.58%
BLUE value IS 254 (99.61% from 255) = 57.60%
R=35.83%
G=6.58%
B=57.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal158292540.380.8900.00274.499.1255.49
Hex9E1DFE2659001126337
Octal23635376461310042214367
Binary1001111011101111111101001101011001001000100101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,29,254); }

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

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

 a { background-color: rgb(158,29,254); }

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

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

 span { border-color: rgb(158,29,254); }

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