#9C6BCD

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

Shades of Amethyst #9C6BCD

Tints of Amethyst #9C6BCD

Color information

#9C6BCD (or 0x9C6BCD) is unknown color: approx Amethyst. HEX triplet: 9C, 6B and CD. RGB value is (156,107,205). Sum of RGB (Red+Green+Blue) = 156+107+205=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C6BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BCD is #639432. Grayscale: #848484. Windows color (decimal): -6526003 or 13462428. OLE color: 13462428.

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

Color convert

RGB156107205-
CMYK0.240.4800.20
HSL270º49.49%61.18%-
HSV(B)270º47.8%80.39%-
XYZ29.9921.9960.42-
YUV132.82168.73144.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.33%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=33.33%
G=22.86%
B=43.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561072050.240.4800.2027049.4961.18
Hex9C6BCD183001410e313d
Octal23415331530600244166175
Binary1001110011010111100110111000110000010100100001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,205); }

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

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

 a { background-color: rgb(156,107,205); }

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

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

 span { border-color: rgb(156,107,205); }

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