#965FD5

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

Shades of Amethyst #965FD5

Tints of Amethyst #965FD5

Color information

#965FD5 (or 0x965FD5) is unknown color: approx Amethyst. HEX triplet: 96, 5F and D5. RGB value is (150,95,213). Sum of RGB (Red+Green+Blue) = 150+95+213=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #965FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FD5 is #69A02A. Grayscale: #7C7C7C. Windows color (decimal): -6922283 or 13983638. OLE color: 13983638.

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

Color convert

RGB15095213-
CMYK0.300.5500.16
HSL267.97º58.42%60.39%-
HSV(B)267.97º55.4%83.53%-
XYZ28.6819.4765.2-
YUV124.9177.72145.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 95 (37.5% from 255) = 20.74%
BLUE value IS 213 (83.59% from 255) = 46.51%
R=32.75%
G=20.74%
B=46.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150952130.300.5500.16267.9758.4260.39
Hex965FD51E3701010c3a3c
Octal22613732536670204147274
Binary1001011010111111101010111110110111010000100001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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