#965AD5

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

Shades of Amethyst #965AD5

Tints of Amethyst #965AD5

Color information

#965AD5 (or 0x965AD5) is unknown color: approx Amethyst. HEX triplet: 96, 5A and D5. RGB value is (150,90,213). Sum of RGB (Red+Green+Blue) = 150+90+213=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #965AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965AD5 is #69A52A. Grayscale: #797979. Windows color (decimal): -6923563 or 13982358. OLE color: 13982358.

HSL color Cylindrical-coordinate representation of color #965AD5: hue angle of 269.27º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #965AD5 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15090213-
CMYK0.300.5800.16
HSL269.27º59.42%59.41%-
HSV(B)269.27º57.75%83.53%-
XYZ28.2418.665.05-
YUV121.96179.38148-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 213 (83.59% from 255) = 47.02%
R=33.11%
G=19.87%
B=47.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150902130.300.5800.16269.2759.4259.41
Hex965AD51E3A01010d3b3b
Octal22613232536720204157373
Binary1001011010110101101010111110111010010000100001101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965AD5; }

 p { color: rgb(150,90,213); }

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

<style>
 a { background-color: #965AD5; }

 a { background-color: rgb(150,90,213); }

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

<style>
 span { border-color: #965AD5; }

 span { border-color: rgb(150,90,213); }

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