#9C799E

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

Shades of Violet Blue #9C799E

Tints of Violet Blue #9C799E

Color information

#9C799E (or 0x9C799E) is unknown color: approx Violet Blue. HEX triplet: 9C, 79 and 9E. RGB value is (156,121,158). Sum of RGB (Red+Green+Blue) = 156+121+158=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C799E is #638661. Grayscale: #878787. Windows color (decimal): -6522466 or 10385820. OLE color: 10385820.

HSL color Cylindrical-coordinate representation of color #9C799E: hue angle of 296.76º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C799E is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB156121158-
CMYK0.010.2300.38
HSL296.76º16.02%54.71%-
HSV(B)296.76º23.42%61.96%-
XYZ26.7223.2135.42-
YUV135.68140.6142.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=35.86%
G=27.82%
B=36.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561211580.010.2300.38296.7616.0254.71
Hex9C799E1170261291037
Octal2341712361270464512067
Binary10011100111100110011110110111010011010010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,121,158); }

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

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

 a { background-color: rgb(156,121,158); }

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

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

 span { border-color: rgb(156,121,158); }

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