#9E34EE

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

Shades of Blue Violet #9E34EE

Tints of Blue Violet #9E34EE

Color information

#9E34EE (or 0x9E34EE) is unknown color: approx Blue Violet. HEX triplet: 9E, 34 and EE. RGB value is (158,52,238). Sum of RGB (Red+Green+Blue) = 158+52+238=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E34EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E34EE is #61CB11. Grayscale: #686868. Windows color (decimal): -6408978 or 15611038. OLE color: 15611038.

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

Color convert

RGB15852238-
CMYK0.340.7800.07
HSL274.19º84.55%56.86%-
HSV(B)274.19º78.15%93.33%-
XYZ30.7615.982.34-
YUV104.9203.12165.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.27%
GREEN value IS 52 (20.70% from 255) = 11.61%
BLUE value IS 238 (93.36% from 255) = 53.12%
R=35.27%
G=11.61%
B=53.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal158522380.340.7800.07274.1984.5556.86
Hex9E34EE224E071125539
Octal23664356421160742212571
Binary1001111011010011101110100010100111001111000100101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E34EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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