#965FD8

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

Shades of Amethyst #965FD8

Tints of Amethyst #965FD8

Color information

#965FD8 (or 0x965FD8) is unknown color: approx Amethyst. HEX triplet: 96, 5F and D8. RGB value is (150,95,216). Sum of RGB (Red+Green+Blue) = 150+95+216=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #965FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FD8 is #69A027. Grayscale: #7C7C7C. Windows color (decimal): -6922280 or 14180246. OLE color: 14180246.

HSL color Cylindrical-coordinate representation of color #965FD8: hue angle of 267.27º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #965FD8 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15095216-
CMYK0.310.5600.15
HSL267.27º60.8%60.98%-
HSV(B)267.27º56.02%84.71%-
XYZ29.0619.6367.22-
YUV125.24179.22145.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=32.54%
G=20.61%
B=46.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150952160.310.5600.15267.2760.860.98
Hex965FD81F380F10b3d3d
Octal22613733037700174137575
Binary100101101011111110110001111111100001111100001011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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