#9C6ECB

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

Shades of Amethyst #9C6ECB

Tints of Amethyst #9C6ECB

Color information

#9C6ECB (or 0x9C6ECB) is unknown color: approx Amethyst. HEX triplet: 9C, 6E and CB. RGB value is (156,110,203). Sum of RGB (Red+Green+Blue) = 156+110+203=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C6ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6ECB is #639134. Grayscale: #868686. Windows color (decimal): -6525237 or 13332124. OLE color: 13332124.

HSL color Cylindrical-coordinate representation of color #9C6ECB: hue angle of 269.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C6ECB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156110203-
CMYK0.230.4600.20
HSL269.68º47.21%61.37%-
HSV(B)269.68º45.81%79.61%-
XYZ30.0722.5359.26-
YUV134.36166.74143.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=33.26%
G=23.45%
B=43.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561102030.230.4600.20269.6847.2161.37
Hex9C6ECB172E01410e2f3d
Octal23415631327560244165775
Binary1001110011011101100101110111101110010100100001110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,110,203); }

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

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

 a { background-color: rgb(156,110,203); }

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

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

 span { border-color: rgb(156,110,203); }

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