#965FDD

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

Shades of Amethyst #965FDD

Tints of Amethyst #965FDD

Color information

#965FDD (or 0x965FDD) is unknown color: approx Amethyst. HEX triplet: 96, 5F and DD. RGB value is (150,95,221). Sum of RGB (Red+Green+Blue) = 150+95+221=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #965FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FDD is #69A022. Grayscale: #7D7D7D. Windows color (decimal): -6922275 or 14507926. OLE color: 14507926.

HSL color Cylindrical-coordinate representation of color #965FDD: hue angle of 266.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #965FDD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15095221-
CMYK0.320.5700.13
HSL266.19º64.95%61.96%-
HSV(B)266.19º57.01%86.67%-
XYZ29.7219.8970.68-
YUV125.81181.72145.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 95 (37.5% from 255) = 20.39%
BLUE value IS 221 (86.72% from 255) = 47.42%
R=32.19%
G=20.39%
B=47.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150952210.320.5700.13266.1964.9561.96
Hex965FDD20390D10a413e
Octal226137335407101541210176
Binary10010110101111111011101100000111001011011000010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,95,221); }

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

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

 a { background-color: rgb(150,95,221); }

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

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

 span { border-color: rgb(150,95,221); }

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