Html Css Color HEX #9B5997 Violet Blue

📋 copy color: '#9B5997'

red 155 ◦ green 89 ◦ blue 151

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

Shades of Violet Blue #9B5997

Tints of Violet Blue #9B5997

RGB

 RED value IS 155 (60.94% from 255) = 39.24%

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

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 39.24%
G = 22.53%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B5997 (or 0x9B5997) is known color: Violet Blue. HEX triplet: 9B, 59 and 97. RGB value is (155,89,151). Sum of RGB (Red+Green+Blue) = 155+89+151=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5997 is #64A668. Grayscale: #737373. Windows color (decimal): -6596201 or 9918875. OLE color: 9918875.

HSL color Cylindrical-coordinate representation of color #9B5997: hue angle of 303.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5997 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 89 151 -
CMYK 0 0.43 0.03 0.39
HSL 303.64º 0.27% 0.48% -
HSV(B) 303.64º 0.43% 0.61% -
XYZ 22.68 16.35 31.24 -
YUV 115.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 155 89 151 0 0.43 0.03 0.39 303.64 0.27 0.48
Hex 9B 59 97 0 2B 3 27 130 1B 30
Octal 233 131 227 0 53 3 47 460 33 60
Binary 10011011 1011001 10010111 0 101011 11 100111 100110000 11011 110000

Color Harmonies of #9B5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5997

Black with #9B5997

Text Example


Text Example

White with #9B5997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,151); }

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

background-color css

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

 a { background-color: rgb(155,89,151); }

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

border-color css

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

 span { border-color: rgb(155,89,151); }

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