Html Css Color HEX #9B719B Violet Blue

📋 copy color: '#9B719B'

red 155 ◦ green 113 ◦ blue 155

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

Shades of Violet Blue #9B719B

Tints of Violet Blue #9B719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.71%

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 36.64%
G = 26.71%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B719B (or 0x9B719B) is known color: Violet Blue. HEX triplet: 9B, 71 and 9B. RGB value is (155,113,155). Sum of RGB (Red+Green+Blue) = 155+113+155=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B719B is #648E64. Grayscale: #828282. Windows color (decimal): -6590053 or 10187163. OLE color: 10187163.

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

Color convert

RGB 155 113 155 -
CMYK 0 0.27 0 0.39
HSL 300º 0.17% 0.53% -
HSV(B) 300º 0.27% 0.61% -
XYZ 25.34 21.15 33.76 -
YUV 130.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 155 113 155 0 0.27 0 0.39 300 0.17 0.53
Hex 9B 71 9B 0 1B 0 27 12C 11 35
Octal 233 161 233 0 33 0 47 454 21 65
Binary 10011011 1110001 10011011 0 11011 0 100111 100101100 10001 110101

Color Harmonies of #9B719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B719B

Black with #9B719B

Text Example


Text Example

White with #9B719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,155); }

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

background-color css

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

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

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

border-color css

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

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

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