#965FD0

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

Shades of Amethyst #965FD0

Tints of Amethyst #965FD0

Color information

#965FD0 (or 0x965FD0) is unknown color: approx Amethyst. HEX triplet: 96, 5F and D0. RGB value is (150,95,208). Sum of RGB (Red+Green+Blue) = 150+95+208=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #965FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FD0 is #69A02F. Grayscale: #7B7B7B. Windows color (decimal): -6922288 or 13655958. OLE color: 13655958.

HSL color Cylindrical-coordinate representation of color #965FD0: hue angle of 269.2º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #965FD0 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15095208-
CMYK0.280.5400.18
HSL269.2º54.59%59.41%-
HSV(B)269.2º54.33%81.57%-
XYZ28.0619.2261.91-
YUV124.33175.22146.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=33.11%
G=20.97%
B=45.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal150952080.280.5400.18269.254.5959.41
Hex965FD01C3601210d373b
Octal22613732034660224156773
Binary1001011010111111101000011100110110010010100001101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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