#965BDD

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

Shades of Amethyst #965BDD

Tints of Amethyst #965BDD

Color information

#965BDD (or 0x965BDD) is unknown color: approx Amethyst. HEX triplet: 96, 5B and DD. RGB value is (150,91,221). Sum of RGB (Red+Green+Blue) = 150+91+221=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #965BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BDD is #69A422. Grayscale: #7B7B7B. Windows color (decimal): -6923299 or 14506902. OLE color: 14506902.

HSL color Cylindrical-coordinate representation of color #965BDD: hue angle of 267.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965BDD is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15091221-
CMYK0.320.5900.13
HSL267.23º65.66%61.18%-
HSV(B)267.23º58.82%86.67%-
XYZ29.3719.1970.56-
YUV123.46183.05146.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.47%
GREEN value IS 91 (35.94% from 255) = 19.70%
BLUE value IS 221 (86.72% from 255) = 47.84%
R=32.47%
G=19.70%
B=47.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150912210.320.5900.13267.2365.6661.18
Hex965BDD203B0D10b423d
Octal226133335407301541310275
Binary10010110101101111011101100000111011011011000010111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,91,221); }

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

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

 a { background-color: rgb(150,91,221); }

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

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

 span { border-color: rgb(150,91,221); }

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