#9C6090

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

Shades of Violet Blue #9C6090

Tints of Violet Blue #9C6090

Color information

#9C6090 (or 0x9C6090) is unknown color: approx Violet Blue. HEX triplet: 9C, 60 and 90. RGB value is (156,96,144). Sum of RGB (Red+Green+Blue) = 156+96+144=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6090 is #639F6F. Grayscale: #777777. Windows color (decimal): -6528880 or 9461916. OLE color: 9461916.

HSL color Cylindrical-coordinate representation of color #9C6090: hue angle of 312º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6090 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15696144-
CMYK00.380.080.39
HSL312º23.81%49.41%-
HSV(B)312º38.46%61.18%-
XYZ22.9317.4528.54-
YUV119.41141.88154.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.39%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=39.39%
G=24.24%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569614400.380.080.3931223.8149.41
Hex9C60900268271381831
Octal23414022004610474703061
Binary100111001100000100100000100110100010011110011100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,96,144); }

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

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

 a { background-color: rgb(156,96,144); }

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

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

 span { border-color: rgb(156,96,144); }

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