Html Css Color HEX #9E5996 Violet Blue

📋 copy color: '#9E5996'

red 158 ◦ green 89 ◦ blue 150

#9E5996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #9E5996

Tints of Violet Blue #9E5996

RGB

 RED value IS 158 (62.11% from 255) = 39.8%

 GREEN value IS 89 (35.16% from 255) = 22.42%

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 39.8%
G = 22.42%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9E5996 (or 0x9E5996) is known color: Violet Blue. HEX triplet: 9E, 59 and 96. RGB value is (158,89,150). Sum of RGB (Red+Green+Blue) = 158+89+150=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5996 is #61A669. Grayscale: #747474. Windows color (decimal): -6399594 or 9853342. OLE color: 9853342.

HSL color Cylindrical-coordinate representation of color #9E5996: hue angle of 306.96º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E5996 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 89 150 -
CMYK 0 0.44 0.05 0.38
HSL 306.96º 0.28% 0.48% -
HSV(B) 306.96º 0.44% 0.62% -
XYZ 23.18 16.62 30.84 -
YUV 116.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 158 89 150 0 0.44 0.05 0.38 306.96 0.28 0.48
Hex 9E 59 96 0 2C 5 26 133 1C 30
Octal 236 131 226 0 54 5 46 463 34 60
Binary 10011110 1011001 10010110 0 101100 101 100110 100110011 11100 110000

Color Harmonies of #9E5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5996

Black with #9E5996

Text Example


Text Example

White with #9E5996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,89,150); }

 H1.HeaderClassName
 {
   color: #9E5996;
 }
 .AnyTagClassName
 {
   color: #9E5996;
 }
</style>

background-color css

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

 a { background-color: rgb(158,89,150); }

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

border-color css

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

 span { border-color: rgb(158,89,150); }

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