#9C5FCD

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

Shades of Amethyst #9C5FCD

Tints of Amethyst #9C5FCD

Color information

#9C5FCD (or 0x9C5FCD) is unknown color: approx Amethyst. HEX triplet: 9C, 5F and CD. RGB value is (156,95,205). Sum of RGB (Red+Green+Blue) = 156+95+205=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5FCD is #63A032. Grayscale: #7D7D7D. Windows color (decimal): -6529075 or 13459356. OLE color: 13459356.

HSL color Cylindrical-coordinate representation of color #9C5FCD: hue angle of 273.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C5FCD is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15695205-
CMYK0.240.5400.20
HSL273.27º52.38%58.82%-
HSV(B)273.27º53.66%80.39%-
XYZ28.8219.6660.03-
YUV125.78172.71149.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 95 (37.5% from 255) = 20.83%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=34.21%
G=20.83%
B=44.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156952050.240.5400.20273.2752.3858.82
Hex9C5FCD1836014111343b
Octal23413731530660244216473
Binary1001110010111111100110111000110110010100100010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,205); }

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

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

 a { background-color: rgb(156,95,205); }

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

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

 span { border-color: rgb(156,95,205); }

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