#9B6ECC

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

Shades of Amethyst #9B6ECC

Tints of Amethyst #9B6ECC

Color information

#9B6ECC (or 0x9B6ECC) is unknown color: approx Amethyst. HEX triplet: 9B, 6E and CC. RGB value is (155,110,204). Sum of RGB (Red+Green+Blue) = 155+110+204=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ECC is #649133. Grayscale: #858585. Windows color (decimal): -6590772 or 13397659. OLE color: 13397659.

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

Color convert

RGB155110204-
CMYK0.240.4600.2
HSL268.72º47.96%61.57%-
HSV(B)268.72º46.08%80%-
XYZ29.9922.4859.89-
YUV134.17167.41142.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=33.05%
G=23.45%
B=43.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551102040.240.4600.2268.7247.9661.57
Hex9B6ECC182E01410d303e
Octal23315631430560244156076
Binary1001101111011101100110011000101110010100100001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,110,204); }

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

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

 a { background-color: rgb(155,110,204); }

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

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

 span { border-color: rgb(155,110,204); }

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