#9C47A6

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

Shades of Violet Blue #9C47A6

Tints of Violet Blue #9C47A6

Color information

#9C47A6 (or 0x9C47A6) is unknown color: approx Violet Blue. HEX triplet: 9C, 47 and A6. RGB value is (156,71,166). Sum of RGB (Red+Green+Blue) = 156+71+166=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 166 - color contains mainly: blue. Hex color #9C47A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C47A6 is #63B859. Grayscale: #6A6A6A. Windows color (decimal): -6535258 or 10897308. OLE color: 10897308.

HSL color Cylindrical-coordinate representation of color #9C47A6: hue angle of 293.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C47A6 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15671166-
CMYK0.060.5700.35
HSL293.68º40.08%46.47%-
HSV(B)293.68º57.23%65.1%-
XYZ22.8514.3337.64-
YUV107.24161.16162.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 166 (65.23% from 255) = 42.24%
R=39.69%
G=18.07%
B=42.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156711660.060.5700.35293.6840.0846.47
Hex9C47A6639023126282e
Octal2341072466710434465056
Binary100111001000111101001101101110010100011100100110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C47A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,71,166); }

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

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

 a { background-color: rgb(156,71,166); }

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

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

 span { border-color: rgb(156,71,166); }

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