#9C6290

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

Shades of Violet Blue #9C6290

Tints of Violet Blue #9C6290

Color information

#9C6290 (or 0x9C6290) is unknown color: approx Violet Blue. HEX triplet: 9C, 62 and 90. RGB value is (156,98,144). Sum of RGB (Red+Green+Blue) = 156+98+144=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6290 is #639D6F. Grayscale: #787878. Windows color (decimal): -6528368 or 9462428. OLE color: 9462428.

HSL color Cylindrical-coordinate representation of color #9C6290: hue angle of 312.41º degrees, saturation: 0.23, 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 #9C6290 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15698144-
CMYK00.370.080.39
HSL312.41º22.83%49.8%-
HSV(B)312.41º37.18%61.18%-
XYZ23.1117.8228.61-
YUV120.59141.22153.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=39.20%
G=24.62%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569814400.370.080.39312.4122.8349.8
Hex9C62900258271381732
Octal23414222004510474702762
Binary100111001100010100100000100101100010011110011100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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