Html Css Color HEX #9B60AA Violet Blue

📋 copy color: '#9B60AA'

red 155 ◦ green 96 ◦ blue 170

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

Shades of Violet Blue #9B60AA

Tints of Violet Blue #9B60AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.8%

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 36.82%
G = 22.8%
B = 40.38%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B60AA (or 0x9B60AA) is known color: Violet Blue. HEX triplet: 9B, 60 and AA. RGB value is (155,96,170). Sum of RGB (Red+Green+Blue) = 155+96+170=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B60AA is #649F55. Grayscale: #797979. Windows color (decimal): -6594390 or 11165851. OLE color: 11165851.

HSL color Cylindrical-coordinate representation of color #9B60AA: hue angle of 287.84º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B60AA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 96 170 -
CMYK 0.09 0.44 0 0.33
HSL 287.84º 0.3% 0.52% -
HSV(B) 287.84º 0.44% 0.67% -
XYZ 24.96 18.24 40.23 -
YUV 122.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 155 96 170 0.09 0.44 0 0.33 287.84 0.3 0.52
Hex 9B 60 AA 9 2C 0 21 120 1E 34
Octal 233 140 252 11 54 0 41 440 36 64
Binary 10011011 1100000 10101010 1001 101100 0 100001 100100000 11110 110100

Color Harmonies of #9B60AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B60AA

Black with #9B60AA

Text Example


Text Example

White with #9B60AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,96,170); }

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

background-color css

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

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

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

border-color css

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

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

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