Html Css Color HEX #9B7799 Violet Blue

📋 copy color: '#9B7799'

red 155 ◦ green 119 ◦ blue 153

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

Shades of Violet Blue #9B7799

Tints of Violet Blue #9B7799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 36.3%
G = 27.87%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B7799 (or 0x9B7799) is known color: Violet Blue. HEX triplet: 9B, 77 and 99. RGB value is (155,119,153). Sum of RGB (Red+Green+Blue) = 155+119+153=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7799 is #648866. Grayscale: #858585. Windows color (decimal): -6588519 or 10057627. OLE color: 10057627.

HSL color Cylindrical-coordinate representation of color #9B7799: hue angle of 303.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7799 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 119 153 -
CMYK 0 0.23 0.01 0.39
HSL 303.33º 0.15% 0.54% -
HSV(B) 303.33º 0.23% 0.61% -
XYZ 25.86 22.46 33.11 -
YUV 133.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 155 119 153 0 0.23 0.01 0.39 303.33 0.15 0.54
Hex 9B 77 99 0 17 1 27 12F F 36
Octal 233 167 231 0 27 1 47 457 17 66
Binary 10011011 1110111 10011001 0 10111 1 100111 100101111 1111 110110

Color Harmonies of #9B7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7799

Black with #9B7799

Text Example


Text Example

White with #9B7799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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