#9C4293

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

Shades of Violet Blue #9C4293

Tints of Violet Blue #9C4293

Color information

#9C4293 (or 0x9C4293) is unknown color: approx Violet Blue. HEX triplet: 9C, 42 and 93. RGB value is (156,66,147). Sum of RGB (Red+Green+Blue) = 156+66+147=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4293 is #63BD6C. Grayscale: #656565. Windows color (decimal): -6536557 or 9650844. OLE color: 9650844.

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

Color convert

RGB15666147-
CMYK00.580.060.39
HSL306º40.54%43.53%-
HSV(B)306º57.69%61.18%-
XYZ20.9213.0729.02-
YUV102.14153.32166.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=42.28%
G=17.89%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566614700.580.060.3930640.5443.53
Hex9C429303A627132292c
Octal2341022230726474625154
Binary100111001000010100100110111010110100111100110010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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