#964BDA

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

Shades of Amethyst #964BDA

Tints of Amethyst #964BDA

Color information

#964BDA (or 0x964BDA) is unknown color: approx Amethyst. HEX triplet: 96, 4B and DA. RGB value is (150,75,218). Sum of RGB (Red+Green+Blue) = 150+75+218=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #964BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BDA is #69B425. Grayscale: #717171. Windows color (decimal): -6927398 or 14306198. OLE color: 14306198.

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

Color convert

RGB15075218-
CMYK0.310.6600.15
HSL271.47º65.9%57.45%-
HSV(B)271.47º65.6%85.49%-
XYZ27.7516.5868.07-
YUV113.73186.85153.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 75 (29.69% from 255) = 16.93%
BLUE value IS 218 (85.55% from 255) = 49.21%
R=33.86%
G=16.93%
B=49.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150752180.310.6600.15271.4765.957.45
Hex964BDA1F420F10f4239
Octal2261133323710201741710271
Binary10010110100101111011010111111000010011111000011111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964BDA; }

 p { color: rgb(150,75,218); }

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

<style>
 a { background-color: #964BDA; }

 a { background-color: rgb(150,75,218); }

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

<style>
 span { border-color: #964BDA; }

 span { border-color: rgb(150,75,218); }

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