#9655CE

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

Shades of Amethyst #9655CE

Tints of Amethyst #9655CE

Color information

#9655CE (or 0x9655CE) is unknown color: approx Amethyst. HEX triplet: 96, 55 and CE. RGB value is (150,85,206). Sum of RGB (Red+Green+Blue) = 150+85+206=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #9655CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655CE is #69AA31. Grayscale: #757575. Windows color (decimal): -6924850 or 13522326. OLE color: 13522326.

HSL color Cylindrical-coordinate representation of color #9655CE: hue angle of 272.23º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9655CE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15085206-
CMYK0.270.5900.19
HSL272.23º55.25%57.06%-
HSV(B)272.23º58.74%80.78%-
XYZ26.9717.4460.34-
YUV118.23177.53150.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=34.01%
G=19.27%
B=46.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150852060.270.5900.19272.2355.2557.06
Hex9655CE1B3B0131103739
Octal22612531633730234206771
Binary1001011010101011100111011011111011010011100010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9655CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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