Html Css Color HEX #9E5B98 Violet Blue

📋 copy color: '#9E5B98'

red 158 ◦ green 91 ◦ blue 152

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

Shades of Violet Blue #9E5B98

Tints of Violet Blue #9E5B98

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.69%

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

R = 39.4%
G = 22.69%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E5B98 (or 0x9E5B98) is known color: Violet Blue. HEX triplet: 9E, 5B and 98. RGB value is (158,91,152). Sum of RGB (Red+Green+Blue) = 158+91+152=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5B98 is #61A467. Grayscale: #757575. Windows color (decimal): -6399080 or 9984926. OLE color: 9984926.

HSL color Cylindrical-coordinate representation of color #9E5B98: hue angle of 305.37º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E5B98 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 91 152 -
CMYK 0 0.42 0.04 0.38
HSL 305.37º 0.27% 0.49% -
HSV(B) 305.37º 0.42% 0.62% -
XYZ 23.51 17.02 31.75 -
YUV 117.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 158 91 152 0 0.42 0.04 0.38 305.37 0.27 0.49
Hex 9E 5B 98 0 2A 4 26 131 1B 31
Octal 236 133 230 0 52 4 46 461 33 61
Binary 10011110 1011011 10011000 0 101010 100 100110 100110001 11011 110001

Color Harmonies of #9E5B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5B98

Black with #9E5B98

Text Example


Text Example

White with #9E5B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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