#9c6fcf

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

Shades of Amethyst #9C6FCF

Tints of Amethyst #9C6FCF

Color information

#9C6FCF (or 0x9C6FCF) is unknown color: approx Amethyst. HEX triplet: 9C, 6F and CF. RGB value is (156,111,207). Sum of RGB (Red+Green+Blue) = 156+111+207=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C6FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FCF is #639030. Grayscale: #878787. Windows color (decimal): -6524977 or 13594524. OLE color: 13594524.

HSL color Cylindrical-coordinate representation of color #9C6FCF: hue angle of 268.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C6FCF is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156111207-
CMYK0.250.4600.19
HSL268.12º50%62.35%-
HSV(B)268.12º46.38%81.18%-
XYZ30.6622.9461.84-
YUV135.4168.41142.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.91%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=32.91%
G=23.42%
B=43.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561112070.250.4600.19268.125062.35
Hex9C6FCF192E01310c323e
Octal23415731731560234146276
Binary1001110011011111100111111001101110010011100001100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c6fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,111,207); }

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

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

 a { background-color: rgb(156,111,207); }

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

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

 span { border-color: rgb(156,111,207); }

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