#965BDB

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

Shades of Amethyst #965BDB

Tints of Amethyst #965BDB

Color information

#965BDB (or 0x965BDB) is unknown color: approx Amethyst. HEX triplet: 96, 5B and DB. RGB value is (150,91,219). Sum of RGB (Red+Green+Blue) = 150+91+219=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #965BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BDB is #69A424. Grayscale: #7A7A7A. Windows color (decimal): -6923301 or 14375830. OLE color: 14375830.

HSL color Cylindrical-coordinate representation of color #965BDB: hue angle of 267.66º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #965BDB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15091219-
CMYK0.320.5800.14
HSL267.66º64%60.78%-
HSV(B)267.66º58.45%85.88%-
XYZ29.119.0869.17-
YUV123.23182.05147.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 219 (85.94% from 255) = 47.61%
R=32.61%
G=19.78%
B=47.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150912190.320.5800.14267.666460.78
Hex965BDB203A0E10c403d
Octal226133333407201641410075
Binary10010110101101111011011100000111010011101000011001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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