#965EDE

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

Shades of Amethyst #965EDE

Tints of Amethyst #965EDE

Color information

#965EDE (or 0x965EDE) is unknown color: approx Amethyst. HEX triplet: 96, 5E and DE. RGB value is (150,94,222). Sum of RGB (Red+Green+Blue) = 150+94+222=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #965EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EDE is #69A121. Grayscale: #7C7C7C. Windows color (decimal): -6922530 or 14573206. OLE color: 14573206.

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

Color convert

RGB15094222-
CMYK0.320.5800.13
HSL266.25º65.98%61.96%-
HSV(B)266.25º57.66%87.06%-
XYZ29.7719.7671.35-
YUV125.34182.55145.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 94 (37.11% from 255) = 20.17%
BLUE value IS 222 (87.11% from 255) = 47.64%
R=32.19%
G=20.17%
B=47.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150942220.320.5800.13266.2565.9861.96
Hex965EDE203A0D10a423e
Octal226136336407201541210276
Binary10010110101111011011110100000111010011011000010101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,94,222); }

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

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

 a { background-color: rgb(150,94,222); }

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

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

 span { border-color: rgb(150,94,222); }

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