#9655CC

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

Shades of Amethyst #9655CC

Tints of Amethyst #9655CC

Color information

#9655CC (or 0x9655CC) is unknown color: approx Amethyst. HEX triplet: 96, 55 and CC. RGB value is (150,85,204). Sum of RGB (Red+Green+Blue) = 150+85+204=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #9655CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655CC is #69AA33. Grayscale: #757575. Windows color (decimal): -6924852 or 13391254. OLE color: 13391254.

HSL color Cylindrical-coordinate representation of color #9655CC: hue angle of 272.77º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9655CC is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15085204-
CMYK0.260.5800.2
HSL272.77º53.85%56.67%-
HSV(B)272.77º58.33%80%-
XYZ26.7317.3459.07-
YUV118176.53150.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=34.17%
G=19.36%
B=46.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150852040.260.5800.2272.7753.8556.67
Hex9655CC1A3A0141113639
Octal22612531432720244216671
Binary1001011010101011100110011010111010010100100010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9655CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9655CC; }

 p { color: rgb(150,85,204); }

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

<style>
 a { background-color: #9655CC; }

 a { background-color: rgb(150,85,204); }

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

<style>
 span { border-color: #9655CC; }

 span { border-color: rgb(150,85,204); }

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