#9659CB

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

Shades of Amethyst #9659CB

Tints of Amethyst #9659CB

Color information

#9659CB (or 0x9659CB) is unknown color: approx Amethyst. HEX triplet: 96, 59 and CB. RGB value is (150,89,203). Sum of RGB (Red+Green+Blue) = 150+89+203=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #9659CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659CB is #69A634. Grayscale: #777777. Windows color (decimal): -6923829 or 13326742. OLE color: 13326742.

HSL color Cylindrical-coordinate representation of color #9659CB: hue angle of 272.11º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9659CB is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15089203-
CMYK0.260.5600.20
HSL272.11º52.29%57.25%-
HSV(B)272.11º56.16%79.61%-
XYZ26.9317.9458.54-
YUV120.23174.71149.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.94%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=33.94%
G=20.14%
B=45.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150892030.260.5600.20272.1152.2957.25
Hex9659CB1A380141103439
Octal22613131332700244206471
Binary1001011010110011100101111010111000010100100010000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9659CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9659CB; }

 p { color: rgb(150,89,203); }

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

<style>
 a { background-color: #9659CB; }

 a { background-color: rgb(150,89,203); }

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

<style>
 span { border-color: #9659CB; }

 span { border-color: rgb(150,89,203); }

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