#9E3DEE

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

Shades of Blue Violet #9E3DEE

Tints of Blue Violet #9E3DEE

Color information

#9E3DEE (or 0x9E3DEE) is unknown color: approx Blue Violet. HEX triplet: 9E, 3D and EE. RGB value is (158,61,238). Sum of RGB (Red+Green+Blue) = 158+61+238=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E3DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3DEE is #61C211. Grayscale: #6D6D6D. Windows color (decimal): -6406674 or 15613342. OLE color: 15613342.

HSL color Cylindrical-coordinate representation of color #9E3DEE: hue angle of 272.88º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E3DEE is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15861238-
CMYK0.340.7400.07
HSL272.88º83.89%58.63%-
HSV(B)272.88º74.37%93.33%-
XYZ31.216.7882.48-
YUV110.18200.14162.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 61 (24.22% from 255) = 13.35%
BLUE value IS 238 (93.36% from 255) = 52.08%
R=34.57%
G=13.35%
B=52.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal158612380.340.7400.07272.8883.8958.63
Hex9E3DEE224A07111543b
Octal23675356421120742112473
Binary1001111011110111101110100010100101001111000100011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,61,238); }

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

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

 a { background-color: rgb(158,61,238); }

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

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

 span { border-color: rgb(158,61,238); }

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