Html Css Color HEX #9C60AB Violet Blue

📋 copy color: '#9C60AB'

red 156 ◦ green 96 ◦ blue 171

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

Shades of Violet Blue #9C60AB

Tints of Violet Blue #9C60AB

RGB

 RED value IS 156 (61.33% from 255) = 36.88%

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

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 36.88%
G = 22.7%
B = 40.43%

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

#9C60AB (or 0x9C60AB) is known color: Violet Blue. HEX triplet: 9C, 60 and AB. RGB value is (156,96,171). Sum of RGB (Red+Green+Blue) = 156+96+171=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C60AB is #639F54. Grayscale: #7A7A7A. Windows color (decimal): -6528853 or 11231388. OLE color: 11231388.

HSL color Cylindrical-coordinate representation of color #9C60AB: hue angle of 288º degrees, saturation: 0.31, 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 #9C60AB is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 96 171 -
CMYK 0.09 0.44 0 0.33
HSL 288º 0.31% 0.52% -
HSV(B) 288º 0.44% 0.67% -
XYZ 25.24 18.37 40.74 -
YUV 122.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 156 96 171 0.09 0.44 0 0.33 288 0.31 0.52
Hex 9C 60 AB 9 2C 0 21 120 1F 34
Octal 234 140 253 11 54 0 41 440 37 64
Binary 10011100 1100000 10101011 1001 101100 0 100001 100100000 11111 110100

Color Harmonies of #9C60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C60AB

Black with #9C60AB

Text Example


Text Example

White with #9C60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,96,171); }

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

background-color css

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

 a { background-color: rgb(156,96,171); }

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

border-color css

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

 span { border-color: rgb(156,96,171); }

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