#9C6A99

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

Shades of Violet Blue #9C6A99

Tints of Violet Blue #9C6A99

Color information

#9C6A99 (or 0x9C6A99) is unknown color: approx Violet Blue. HEX triplet: 9C, 6A and 99. RGB value is (156,106,153). Sum of RGB (Red+Green+Blue) = 156+106+153=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6A99 is #639566. Grayscale: #7E7E7E. Windows color (decimal): -6526311 or 10054300. OLE color: 10054300.

HSL color Cylindrical-coordinate representation of color #9C6A99: hue angle of 303.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C6A99 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB156106153-
CMYK00.320.020.39
HSL303.6º20.16%51.37%-
HSV(B)303.6º32.05%61.18%-
XYZ24.6119.6832.64-
YUV126.31143.06149.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.59%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=37.59%
G=25.54%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610615300.320.020.39303.620.1651.37
Hex9C6A990202271301433
Octal2341522310402474602463
Binary1001110011010101001100101000001010011110011000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,106,153); }

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

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

 a { background-color: rgb(156,106,153); }

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

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

 span { border-color: rgb(156,106,153); }

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