#965CD9

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

Shades of Amethyst #965CD9

Tints of Amethyst #965CD9

Color information

#965CD9 (or 0x965CD9) is unknown color: approx Amethyst. HEX triplet: 96, 5C and D9. RGB value is (150,92,217). Sum of RGB (Red+Green+Blue) = 150+92+217=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #965CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CD9 is #69A326. Grayscale: #7B7B7B. Windows color (decimal): -6923047 or 14245014. OLE color: 14245014.

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

Color convert

RGB15092217-
CMYK0.310.5800.15
HSL267.84º62.19%60.59%-
HSV(B)267.84º57.6%85.1%-
XYZ28.9319.1567.82-
YUV123.59180.72146.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 217 (85.16% from 255) = 47.28%
R=32.68%
G=20.04%
B=47.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150922170.310.5800.15267.8462.1960.59
Hex965CD91F3A0F10c3e3d
Octal22613433137720174147675
Binary100101101011100110110011111111101001111100001100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,92,217); }

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

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

 a { background-color: rgb(150,92,217); }

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

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

 span { border-color: rgb(150,92,217); }

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