Html Css Color HEX #9E5998 Violet Blue

📋 copy color: '#9E5998'

red 158 ◦ green 89 ◦ blue 152

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

Shades of Violet Blue #9E5998

Tints of Violet Blue #9E5998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 39.6%
G = 22.31%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E5998 (or 0x9E5998) is known color: Violet Blue. HEX triplet: 9E, 59 and 98. RGB value is (158,89,152). Sum of RGB (Red+Green+Blue) = 158+89+152=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5998 is #61A667. Grayscale: #747474. Windows color (decimal): -6399592 or 9984414. OLE color: 9984414.

HSL color Cylindrical-coordinate representation of color #9E5998: hue angle of 305.22º 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 #9E5998 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 89 152 -
CMYK 0 0.44 0.04 0.38
HSL 305.22º 0.28% 0.48% -
HSV(B) 305.22º 0.44% 0.62% -
XYZ 23.34 16.68 31.7 -
YUV 116.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 158 89 152 0 0.44 0.04 0.38 305.22 0.28 0.48
Hex 9E 59 98 0 2C 4 26 131 1C 30
Octal 236 131 230 0 54 4 46 461 34 60
Binary 10011110 1011001 10011000 0 101100 100 100110 100110001 11100 110000

Color Harmonies of #9E5998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5998

Black with #9E5998

Text Example


Text Example

White with #9E5998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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