Html Css Color HEX #9C5497 Violet Blue

📋 copy color: '#9C5497'

red 156 ◦ green 84 ◦ blue 151

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

Shades of Violet Blue #9C5497

Tints of Violet Blue #9C5497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.62%

R = 39.9%
G = 21.48%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C5497 (or 0x9C5497) is known color: Violet Blue. HEX triplet: 9C, 54 and 97. RGB value is (156,84,151). Sum of RGB (Red+Green+Blue) = 156+84+151=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5497 is #63AB68. Grayscale: #707070. Windows color (decimal): -6531945 or 9917596. OLE color: 9917596.

HSL color Cylindrical-coordinate representation of color #9C5497: hue angle of 304.17º 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 #9C5497 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 84 151 -
CMYK 0 0.46 0.03 0.39
HSL 304.17º 0.3% 0.47% -
HSV(B) 304.17º 0.46% 0.61% -
XYZ 22.47 15.64 31.11 -
YUV 113.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 156 84 151 0 0.46 0.03 0.39 304.17 0.3 0.47
Hex 9C 54 97 0 2E 3 27 130 1E 2F
Octal 234 124 227 0 56 3 47 460 36 57
Binary 10011100 1010100 10010111 0 101110 11 100111 100110000 11110 101111

Color Harmonies of #9C5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5497

Black with #9C5497

Text Example


Text Example

White with #9C5497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,84,151); }

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

background-color css

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

 a { background-color: rgb(156,84,151); }

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

border-color css

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

 span { border-color: rgb(156,84,151); }

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