#9C6394

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

Shades of Violet Blue #9C6394

Tints of Violet Blue #9C6394

Color information

#9C6394 (or 0x9C6394) is unknown color: approx Violet Blue. HEX triplet: 9C, 63 and 94. RGB value is (156,99,148). Sum of RGB (Red+Green+Blue) = 156+99+148=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6394 is #639C6B. Grayscale: #797979. Windows color (decimal): -6528108 or 9724828. OLE color: 9724828.

HSL color Cylindrical-coordinate representation of color #9C6394: hue angle of 308.42º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6394 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB15699148-
CMYK00.370.050.39
HSL308.42º22.35%50%-
HSV(B)308.42º36.54%61.18%-
XYZ23.5218.1330.28-
YUV121.63142.88152.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.71%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=38.71%
G=24.57%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569914800.370.050.39308.4222.3550
Hex9C63940255271341632
Octal2341432240455474642662
Binary10011100110001110010100010010110110011110011010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,99,148); }

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

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

 a { background-color: rgb(156,99,148); }

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

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

 span { border-color: rgb(156,99,148); }

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