Html Css Color HEX #9B779D Violet Blue

📋 copy color: '#9B779D'

red 155 ◦ green 119 ◦ blue 157

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

Shades of Violet Blue #9B779D

Tints of Violet Blue #9B779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 35.96%
G = 27.61%
B = 36.43%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B779D (or 0x9B779D) is known color: Violet Blue. HEX triplet: 9B, 77 and 9D. RGB value is (155,119,157). Sum of RGB (Red+Green+Blue) = 155+119+157=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B779D is #648862. Grayscale: #858585. Windows color (decimal): -6588515 or 10319771. OLE color: 10319771.

HSL color Cylindrical-coordinate representation of color #9B779D: hue angle of 296.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B779D is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 119 157 -
CMYK 0.01 0.24 0 0.38
HSL 296.84º 0.16% 0.54% -
HSV(B) 296.84º 0.24% 0.62% -
XYZ 26.2 22.6 34.88 -
YUV 134.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 155 119 157 0.01 0.24 0 0.38 296.84 0.16 0.54
Hex 9B 77 9D 1 18 0 26 129 10 36
Octal 233 167 235 1 30 0 46 451 20 66
Binary 10011011 1110111 10011101 1 11000 0 100110 100101001 10000 110110

Color Harmonies of #9B779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B779D

Black with #9B779D

Text Example


Text Example

White with #9B779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,119,157); }

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

background-color css

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

 a { background-color: rgb(155,119,157); }

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

border-color css

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

 span { border-color: rgb(155,119,157); }

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