#9E23E8

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

Shades of Blue Violet #9E23E8

Tints of Blue Violet #9E23E8

Color information

#9E23E8 (or 0x9E23E8) is unknown color: approx Blue Violet. HEX triplet: 9E, 23 and E8. RGB value is (158,35,232). Sum of RGB (Red+Green+Blue) = 158+35+232=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #9E23E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E23E8 is #61DC17. Grayscale: #5D5D5D. Windows color (decimal): -6413336 or 15213470. OLE color: 15213470.

HSL color Cylindrical-coordinate representation of color #9E23E8: hue angle of 277.46º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E23E8 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15835232-
CMYK0.320.8500.09
HSL277.46º81.07%52.35%-
HSV(B)277.46º84.91%90.98%-
XYZ29.2714.377.56-
YUV94.23205.75173.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 35 (14.06% from 255) = 8.24%
BLUE value IS 232 (91.02% from 255) = 54.59%
R=37.18%
G=8.24%
B=54.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal158352320.320.8500.09277.4681.0752.35
Hex9E23E82055091155134
Octal236433504012501142512164
Binary10011110100011111010001000001010101010011000101011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E23E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,35,232); }

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

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

 a { background-color: rgb(158,35,232); }

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

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

 span { border-color: rgb(158,35,232); }

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