#9C7197

Color #9C7197 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9C7197

Tints of Violet Blue #9C7197

Color information

#9C7197 (or 0x9C7197) is unknown color: approx Violet Blue. HEX triplet: 9C, 71 and 97. RGB value is (156,113,151). Sum of RGB (Red+Green+Blue) = 156+113+151=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7197 is #638E68. Grayscale: #828282. Windows color (decimal): -6524521 or 9925020. OLE color: 9925020.

HSL color Cylindrical-coordinate representation of color #9C7197: hue angle of 306.98º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7197 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB156113151-
CMYK00.280.030.39
HSL306.98º17.84%52.75%-
HSV(B)306.98º27.56%61.18%-
XYZ25.221.1132.03-
YUV130.19139.75146.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=37.14%
G=26.90%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611315100.280.030.39306.9817.8452.75
Hex9C719701C3271331235
Octal2341612270343474632265
Binary100111001110001100101110111001110011110011001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C7197;
 }
 .AnyTagClassName
 {
   color: #9C7197;
 }
</style>
background-color css

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

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

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

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

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

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