#9C6099

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

Shades of Violet Blue #9C6099

Tints of Violet Blue #9C6099

Color information

#9C6099 (or 0x9C6099) is unknown color: approx Violet Blue. HEX triplet: 9C, 60 and 99. RGB value is (156,96,153). Sum of RGB (Red+Green+Blue) = 156+96+153=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6099 is #639F66. Grayscale: #787878. Windows color (decimal): -6528871 or 10051740. OLE color: 10051740.

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

Color convert

RGB15696153-
CMYK00.380.020.39
HSL303º23.81%49.41%-
HSV(B)303º38.46%61.18%-
XYZ23.6417.7332.31-
YUV120.44146.38153.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=38.52%
G=23.70%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569615300.380.020.3930323.8149.41
Hex9C609902622712f1831
Octal2341402310462474573061
Binary1001110011000001001100101001101010011110010111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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