#9C709B

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

Shades of Violet Blue #9C709B

Tints of Violet Blue #9C709B

Color information

#9C709B (or 0x9C709B) is unknown color: approx Violet Blue. HEX triplet: 9C, 70 and 9B. RGB value is (156,112,155). Sum of RGB (Red+Green+Blue) = 156+112+155=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C709B is #638F64. Grayscale: #818181. Windows color (decimal): -6524773 or 10186908. OLE color: 10186908.

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

Color convert

RGB156112155-
CMYK00.280.010.39
HSL301.36º18.18%52.55%-
HSV(B)301.36º28.21%61.18%-
XYZ25.4221.0233.73-
YUV130.06142.08146.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.88%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=36.88%
G=26.48%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611215500.280.010.39301.3618.1852.55
Hex9C709B01C12712d1235
Octal2341602330341474552265
Binary10011100111000010011011011100110011110010110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,155); }

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

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

 a { background-color: rgb(156,112,155); }

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

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

 span { border-color: rgb(156,112,155); }

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