Html Css Color HEX #9B5499 Violet Blue

📋 copy color: '#9B5499'

red 155 ◦ green 84 ◦ blue 153

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

Shades of Violet Blue #9B5499

Tints of Violet Blue #9B5499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

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

R = 39.54%
G = 21.43%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B5499 (or 0x9B5499) is known color: Violet Blue. HEX triplet: 9B, 54 and 99. RGB value is (155,84,153). Sum of RGB (Red+Green+Blue) = 155+84+153=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5499 is #64AB66. Grayscale: #707070. Windows color (decimal): -6597479 or 10048667. OLE color: 10048667.

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

Color convert

RGB 155 84 153 -
CMYK 0 0.46 0.01 0.39
HSL 301.69º 0.3% 0.47% -
HSV(B) 301.69º 0.46% 0.61% -
XYZ 22.44 15.61 31.97 -
YUV 113.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 155 84 153 0 0.46 0.01 0.39 301.69 0.3 0.47
Hex 9B 54 99 0 2E 1 27 12E 1E 2F
Octal 233 124 231 0 56 1 47 456 36 57
Binary 10011011 1010100 10011001 0 101110 1 100111 100101110 11110 101111

Color Harmonies of #9B5499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5499

Black with #9B5499

Text Example


Text Example

White with #9B5499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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