Html Css Color HEX #9C57AA Violet Blue

📋 copy color: '#9C57AA'

red 156 ◦ green 87 ◦ blue 170

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

Shades of Violet Blue #9C57AA

Tints of Violet Blue #9C57AA

RGB

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

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

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

R = 37.77%
G = 21.07%
B = 41.16%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C57AA (or 0x9C57AA) is known color: Violet Blue. HEX triplet: 9C, 57 and AA. RGB value is (156,87,170). Sum of RGB (Red+Green+Blue) = 156+87+170=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C57AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C57AA is #63A855. Grayscale: #747474. Windows color (decimal): -6531158 or 11163548. OLE color: 11163548.

HSL color Cylindrical-coordinate representation of color #9C57AA: hue angle of 289.88º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C57AA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 87 170 -
CMYK 0.08 0.49 0 0.33
HSL 289.88º 0.33% 0.5% -
HSV(B) 289.88º 0.49% 0.67% -
XYZ 24.37 16.79 39.99 -
YUV 117.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 156 87 170 0.08 0.49 0 0.33 289.88 0.33 0.5
Hex 9C 57 AA 8 31 0 21 122 21 32
Octal 234 127 252 10 61 0 41 442 41 62
Binary 10011100 1010111 10101010 1000 110001 0 100001 100100010 100001 110010

Color Harmonies of #9C57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C57AA

Black with #9C57AA

Text Example


Text Example

White with #9C57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,87,170); }

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

background-color css

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

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

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

border-color css

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

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

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