Html Css Color HEX #9B7899 Violet Blue

📋 copy color: '#9B7899'

red 155 ◦ green 120 ◦ blue 153

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

Shades of Violet Blue #9B7899

Tints of Violet Blue #9B7899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.04%

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

R = 36.21%
G = 28.04%
B = 35.75%

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

#9B7899 (or 0x9B7899) is known color: Violet Blue. HEX triplet: 9B, 78 and 99. RGB value is (155,120,153). Sum of RGB (Red+Green+Blue) = 155+120+153=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7899 is #648766. Grayscale: #868686. Windows color (decimal): -6588263 or 10057883. OLE color: 10057883.

HSL color Cylindrical-coordinate representation of color #9B7899: hue angle of 303.43º 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 #9B7899 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 120 153 -
CMYK 0 0.23 0.01 0.39
HSL 303.43º 0.15% 0.54% -
HSV(B) 303.43º 0.23% 0.61% -
XYZ 25.98 22.7 33.15 -
YUV 134.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 155 120 153 0 0.23 0.01 0.39 303.43 0.15 0.54
Hex 9B 78 99 0 17 1 27 12F F 36
Octal 233 170 231 0 27 1 47 457 17 66
Binary 10011011 1111000 10011001 0 10111 1 100111 100101111 1111 110110

Color Harmonies of #9B7899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7899

Black with #9B7899

Text Example


Text Example

White with #9B7899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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