#965EDB

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

Shades of Amethyst #965EDB

Tints of Amethyst #965EDB

Color information

#965EDB (or 0x965EDB) is unknown color: approx Amethyst. HEX triplet: 96, 5E and DB. RGB value is (150,94,219). Sum of RGB (Red+Green+Blue) = 150+94+219=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #965EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EDB is #69A124. Grayscale: #7C7C7C. Windows color (decimal): -6922533 or 14376598. OLE color: 14376598.

HSL color Cylindrical-coordinate representation of color #965EDB: hue angle of 266.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #965EDB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15094219-
CMYK0.320.5700.14
HSL266.88º63.45%61.37%-
HSV(B)266.88º57.08%85.88%-
XYZ29.3719.669.25-
YUV124.99181.05145.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 219 (85.94% from 255) = 47.30%
R=32.40%
G=20.30%
B=47.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150942190.320.5700.14266.8863.4561.37
Hex965EDB20390E10b3f3d
Octal22613633340710164137775
Binary1001011010111101101101110000011100101110100001011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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