#9C6795

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

Shades of Violet Blue #9C6795

Tints of Violet Blue #9C6795

Color information

#9C6795 (or 0x9C6795) is unknown color: approx Violet Blue. HEX triplet: 9C, 67 and 95. RGB value is (156,103,149). Sum of RGB (Red+Green+Blue) = 156+103+149=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6795 is #63986A. Grayscale: #7B7B7B. Windows color (decimal): -6527083 or 9791388. OLE color: 9791388.

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

Color convert

RGB156103149-
CMYK00.340.040.39
HSL307.92º21.12%50.78%-
HSV(B)307.92º33.97%61.18%-
XYZ23.9918.9430.83-
YUV124.09142.06150.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.24%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=38.24%
G=25.25%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610314900.340.040.39307.9221.1250.78
Hex9C67950224271341533
Octal2341472250424474642563
Binary10011100110011110010101010001010010011110011010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,103,149); }

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

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

 a { background-color: rgb(156,103,149); }

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

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

 span { border-color: rgb(156,103,149); }

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