Html Css Color HEX #9B5599 Violet Blue

📋 copy color: '#9B5599'

red 155 ◦ green 85 ◦ blue 153

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

Shades of Violet Blue #9B5599

Tints of Violet Blue #9B5599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

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

R = 39.44%
G = 21.63%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B5599 (or 0x9B5599) is known color: Violet Blue. HEX triplet: 9B, 55 and 99. RGB value is (155,85,153). Sum of RGB (Red+Green+Blue) = 155+85+153=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5599 is #64AA66. Grayscale: #717171. Windows color (decimal): -6597223 or 10048923. OLE color: 10048923.

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

Color convert

RGB 155 85 153 -
CMYK 0 0.45 0.01 0.39
HSL 301.71º 0.29% 0.47% -
HSV(B) 301.71º 0.45% 0.61% -
XYZ 22.52 15.77 31.99 -
YUV 113.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 155 85 153 0 0.45 0.01 0.39 301.71 0.29 0.47
Hex 9B 55 99 0 2D 1 27 12E 1D 2F
Octal 233 125 231 0 55 1 47 456 35 57
Binary 10011011 1010101 10011001 0 101101 1 100111 100101110 11101 101111

Color Harmonies of #9B5599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5599

Black with #9B5599

Text Example


Text Example

White with #9B5599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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