Html Css Color HEX #9B579B Violet Blue

📋 copy color: '#9B579B'

red 155 ◦ green 87 ◦ blue 155

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

Shades of Violet Blue #9B579B

Tints of Violet Blue #9B579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.91%

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

R = 39.04%
G = 21.91%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B579B (or 0x9B579B) is known color: Violet Blue. HEX triplet: 9B, 57 and 9B. RGB value is (155,87,155). Sum of RGB (Red+Green+Blue) = 155+87+155=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B579B is #64A864. Grayscale: #727272. Windows color (decimal): -6596709 or 10180507. OLE color: 10180507.

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

Color convert

RGB 155 87 155 -
CMYK 0 0.44 0 0.39
HSL 300º 0.28% 0.47% -
HSV(B) 300º 0.44% 0.61% -
XYZ 22.84 16.15 32.92 -
YUV 115.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 155 87 155 0 0.44 0 0.39 300 0.28 0.47
Hex 9B 57 9B 0 2C 0 27 12C 1C 2F
Octal 233 127 233 0 54 0 47 454 34 57
Binary 10011011 1010111 10011011 0 101100 0 100111 100101100 11100 101111

Color Harmonies of #9B579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B579B

Black with #9B579B

Text Example


Text Example

White with #9B579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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