#9e1edf

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

Shades of Blue Violet #9E1EDF

Tints of Blue Violet #9E1EDF

Color information

#9E1EDF (or 0x9E1EDF) is unknown color: approx Blue Violet. HEX triplet: 9E, 1E and DF. RGB value is (158,30,223). Sum of RGB (Red+Green+Blue) = 158+30+223=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E1EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1EDF is #61E120. Grayscale: #595959. Windows color (decimal): -6414625 or 14622366. OLE color: 14622366.

HSL color Cylindrical-coordinate representation of color #9E1EDF: hue angle of 279.79º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1EDF is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15830223-
CMYK0.290.8700.13
HSL279.79º76.28%49.61%-
HSV(B)279.79º86.55%87.45%-
XYZ27.8813.5370.95-
YUV90.27202.91176.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.44%
GREEN value IS 30 (12.11% from 255) = 7.30%
BLUE value IS 223 (87.5% from 255) = 54.26%
R=38.44%
G=7.30%
B=54.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158302230.290.8700.13279.7976.2849.61
Hex9E1EDF1D570D1184c32
Octal236363373512701543011462
Binary100111101111011011111111011010111011011000110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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