#9C6293

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

Shades of Violet Blue #9C6293

Tints of Violet Blue #9C6293

Color information

#9C6293 (or 0x9C6293) is unknown color: approx Violet Blue. HEX triplet: 9C, 62 and 93. RGB value is (156,98,147). Sum of RGB (Red+Green+Blue) = 156+98+147=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6293 is #639D6C. Grayscale: #787878. Windows color (decimal): -6528365 or 9659036. OLE color: 9659036.

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

Color convert

RGB15698147-
CMYK00.370.060.39
HSL309.31º22.83%49.8%-
HSV(B)309.31º37.18%61.18%-
XYZ23.3417.9129.83-
YUV120.93142.72153.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=38.90%
G=24.44%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569814700.370.060.39309.3122.8349.8
Hex9C62930256271351732
Octal2341422230456474652762
Binary10011100110001010010011010010111010011110011010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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