#9C62CC

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

Shades of Amethyst #9C62CC

Tints of Amethyst #9C62CC

Color information

#9C62CC (or 0x9C62CC) is unknown color: approx Amethyst. HEX triplet: 9C, 62 and CC. RGB value is (156,98,204). Sum of RGB (Red+Green+Blue) = 156+98+204=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C62CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C62CC is #639D33. Grayscale: #7F7F7F. Windows color (decimal): -6528308 or 13394588. OLE color: 13394588.

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

Color convert

RGB15698204-
CMYK0.240.5200.2
HSL272.83º50.96%59.22%-
HSV(B)272.83º51.96%80%-
XYZ28.9820.1659.49-
YUV127.43171.22148.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.06%
GREEN value IS 98 (38.67% from 255) = 21.40%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=34.06%
G=21.40%
B=44.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal156982040.240.5200.2272.8350.9659.22
Hex9C62CC1834014111333b
Octal23414231430640244216373
Binary1001110011000101100110011000110100010100100010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C62CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,98,204); }

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

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

 a { background-color: rgb(156,98,204); }

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

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

 span { border-color: rgb(156,98,204); }

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