#9C6A9E

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

Shades of Violet Blue #9C6A9E

Tints of Violet Blue #9C6A9E

Color information

#9C6A9E (or 0x9C6A9E) is unknown color: approx Violet Blue. HEX triplet: 9C, 6A and 9E. RGB value is (156,106,158). Sum of RGB (Red+Green+Blue) = 156+106+158=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C6A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6A9E is #639561. Grayscale: #7E7E7E. Windows color (decimal): -6526306 or 10381980. OLE color: 10381980.

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

Color convert

RGB156106158-
CMYK0.010.3300.38
HSL297.69º21.14%51.76%-
HSV(B)297.69º32.91%61.96%-
XYZ25.0419.8434.86-
YUV126.88145.56148.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=37.14%
G=25.24%
B=37.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561061580.010.3300.38297.6921.1451.76
Hex9C6A9E12102612a1534
Octal2341522361410464522564
Binary100111001101010100111101100001010011010010101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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