#9C61DB

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

Shades of Amethyst #9C61DB

Tints of Amethyst #9C61DB

Color information

#9C61DB (or 0x9C61DB) is unknown color: approx Amethyst. HEX triplet: 9C, 61 and DB. RGB value is (156,97,219). Sum of RGB (Red+Green+Blue) = 156+97+219=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C61DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C61DB is #639E24. Grayscale: #808080. Windows color (decimal): -6528549 or 14377372. OLE color: 14377372.

HSL color Cylindrical-coordinate representation of color #9C61DB: hue angle of 269.02º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C61DB is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15697219-
CMYK0.290.5600.14
HSL269.02º62.89%61.96%-
HSV(B)269.02º55.71%85.88%-
XYZ30.7720.7369.4-
YUV128.55179.05147.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 219 (85.94% from 255) = 46.40%
R=33.05%
G=20.55%
B=46.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156972190.290.5600.14269.0262.8961.96
Hex9C61DB1D380E10d3f3e
Octal23414133335700164157776
Binary100111001100001110110111110111100001110100001101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C61DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,219); }

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

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

 a { background-color: rgb(156,97,219); }

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

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

 span { border-color: rgb(156,97,219); }

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