#9C6893

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

Shades of Violet Blue #9C6893

Tints of Violet Blue #9C6893

Color information

#9C6893 (or 0x9C6893) is unknown color: approx Violet Blue. HEX triplet: 9C, 68 and 93. RGB value is (156,104,147). Sum of RGB (Red+Green+Blue) = 156+104+147=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6893 is #63976C. Grayscale: #7C7C7C. Windows color (decimal): -6526829 or 9660572. OLE color: 9660572.

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

Color convert

RGB156104147-
CMYK00.330.060.39
HSL310.38º20.8%50.98%-
HSV(B)310.38º33.33%61.18%-
XYZ23.9319.0830.02-
YUV124.45140.73150.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.33%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=38.33%
G=25.55%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610414700.330.060.39310.3820.850.98
Hex9C68930216271361533
Octal2341502230416474662563
Binary10011100110100010010011010000111010011110011011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,104,147); }

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

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

 a { background-color: rgb(156,104,147); }

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

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

 span { border-color: rgb(156,104,147); }

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