#964BDC

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

Shades of Amethyst #964BDC

Tints of Amethyst #964BDC

Color information

#964BDC (or 0x964BDC) is unknown color: approx Amethyst. HEX triplet: 96, 4B and DC. RGB value is (150,75,220). Sum of RGB (Red+Green+Blue) = 150+75+220=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #964BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BDC is #69B423. Grayscale: #717171. Windows color (decimal): -6927396 or 14437270. OLE color: 14437270.

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

Color convert

RGB15075220-
CMYK0.320.6600.14
HSL271.03º67.44%57.84%-
HSV(B)271.03º65.91%86.27%-
XYZ28.0116.6869.45-
YUV113.96187.85153.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 220 (86.33% from 255) = 49.44%
R=33.71%
G=16.85%
B=49.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150752200.320.6600.14271.0367.4457.84
Hex964BDC20420E10f433a
Octal2261133344010201641710372
Binary100101101001011110111001000001000010011101000011111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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