#9655CB

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

Shades of Amethyst #9655CB

Tints of Amethyst #9655CB

Color information

#9655CB (or 0x9655CB) is unknown color: approx Amethyst. HEX triplet: 96, 55 and CB. RGB value is (150,85,203). Sum of RGB (Red+Green+Blue) = 150+85+203=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9655CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655CB is #69AA34. Grayscale: #757575. Windows color (decimal): -6924853 or 13325718. OLE color: 13325718.

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

Color convert

RGB15085203-
CMYK0.260.5800.20
HSL273.05º53.15%56.47%-
HSV(B)273.05º58.13%79.61%-
XYZ26.6117.2958.44-
YUV117.89176.03150.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=34.25%
G=19.41%
B=46.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150852030.260.5800.20273.0553.1556.47
Hex9655CB1A3A0141113538
Octal22612531332720244216570
Binary1001011010101011100101111010111010010100100010001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9655CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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