Html Css Color HEX #9B7999 Violet Blue

📋 copy color: '#9B7999'

red 155 ◦ green 121 ◦ blue 153

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

Shades of Violet Blue #9B7999

Tints of Violet Blue #9B7999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.21%

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

R = 36.13%
G = 28.21%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B7999 (or 0x9B7999) is known color: Violet Blue. HEX triplet: 9B, 79 and 99. RGB value is (155,121,153). Sum of RGB (Red+Green+Blue) = 155+121+153=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7999 is #648666. Grayscale: #868686. Windows color (decimal): -6588007 or 10058139. OLE color: 10058139.

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

Color convert

RGB 155 121 153 -
CMYK 0 0.22 0.01 0.39
HSL 303.53º 0.15% 0.54% -
HSV(B) 303.53º 0.22% 0.61% -
XYZ 26.1 22.94 33.19 -
YUV 134.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 155 121 153 0 0.22 0.01 0.39 303.53 0.15 0.54
Hex 9B 79 99 0 16 1 27 130 F 36
Octal 233 171 231 0 26 1 47 460 17 66
Binary 10011011 1111001 10011001 0 10110 1 100111 100110000 1111 110110

Color Harmonies of #9B7999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7999

Black with #9B7999

Text Example


Text Example

White with #9B7999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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