#9E3BEF

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

Shades of Blue Violet #9E3BEF

Tints of Blue Violet #9E3BEF

Color information

#9E3BEF (or 0x9E3BEF) is unknown color: approx Blue Violet. HEX triplet: 9E, 3B and EF. RGB value is (158,59,239). Sum of RGB (Red+Green+Blue) = 158+59+239=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E3BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3BEF is #61C410. Grayscale: #6C6C6C. Windows color (decimal): -6407185 or 15678366. OLE color: 15678366.

HSL color Cylindrical-coordinate representation of color #9E3BEF: hue angle of 273º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E3BEF is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15859239-
CMYK0.340.7500.06
HSL273º84.91%58.43%-
HSV(B)273º75.31%93.73%-
XYZ31.2416.6383.22-
YUV109.12201.3162.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 59 (23.44% from 255) = 12.94%
BLUE value IS 239 (93.75% from 255) = 52.41%
R=34.65%
G=12.94%
B=52.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal158592390.340.7500.0627384.9158.43
Hex9E3BEF224B06111553a
Octal23673357421130642112572
Binary1001111011101111101111100010100101101101000100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,59,239); }

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

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

 a { background-color: rgb(158,59,239); }

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

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

 span { border-color: rgb(158,59,239); }

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