#9C67CA

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

Shades of Amethyst #9C67CA

Tints of Amethyst #9C67CA

Color information

#9C67CA (or 0x9C67CA) is unknown color: approx Amethyst. HEX triplet: 9C, 67 and CA. RGB value is (156,103,202). Sum of RGB (Red+Green+Blue) = 156+103+202=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C67CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C67CA is #639835. Grayscale: #818181. Windows color (decimal): -6527030 or 13264796. OLE color: 13264796.

HSL color Cylindrical-coordinate representation of color #9C67CA: hue angle of 272.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C67CA is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156103202-
CMYK0.230.4900.21
HSL272.12º48.29%59.8%-
HSV(B)272.12º49.01%79.22%-
XYZ29.2221.0358.4-
YUV130.13168.56146.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 103 (40.62% from 255) = 22.34%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=33.84%
G=22.34%
B=43.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561032020.230.4900.21272.1248.2959.8
Hex9C67CA1731015110303c
Octal23414731227610254206074
Binary1001110011001111100101010111110001010101100010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,103,202); }

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

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

 a { background-color: rgb(156,103,202); }

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

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

 span { border-color: rgb(156,103,202); }

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