#9C6B9A

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

Shades of Violet Blue #9C6B9A

Tints of Violet Blue #9C6B9A

Color information

#9C6B9A (or 0x9C6B9A) is unknown color: approx Violet Blue. HEX triplet: 9C, 6B and 9A. RGB value is (156,107,154). Sum of RGB (Red+Green+Blue) = 156+107+154=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B9A is #639465. Grayscale: #7E7E7E. Windows color (decimal): -6526054 or 10120092. OLE color: 10120092.

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

Color convert

RGB156107154-
CMYK00.310.010.39
HSL302.45º19.84%51.57%-
HSV(B)302.45º31.41%61.18%-
XYZ24.819.9233.11-
YUV127.01143.23148.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=37.41%
G=25.66%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610715400.310.010.39302.4519.8451.57
Hex9C6B9A01F12712e1434
Octal2341532320371474562464
Binary10011100110101110011010011111110011110010111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,154); }

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

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

 a { background-color: rgb(156,107,154); }

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

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

 span { border-color: rgb(156,107,154); }

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