#964CDE

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

Shades of Amethyst #964CDE

Tints of Amethyst #964CDE

Color information

#964CDE (or 0x964CDE) is unknown color: approx Amethyst. HEX triplet: 96, 4C and DE. RGB value is (150,76,222). Sum of RGB (Red+Green+Blue) = 150+76+222=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #964CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CDE is #69B321. Grayscale: #727272. Windows color (decimal): -6927138 or 14568598. OLE color: 14568598.

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

Color convert

RGB15076222-
CMYK0.320.6600.13
HSL270.41º68.87%58.43%-
HSV(B)270.41º65.77%87.06%-
XYZ28.3516.9370.88-
YUV114.77188.52153.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 76 (30.08% from 255) = 16.96%
BLUE value IS 222 (87.11% from 255) = 49.55%
R=33.48%
G=16.96%
B=49.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150762220.320.6600.13270.4168.8758.43
Hex964CDE20420D10e453a
Octal2261143364010201541610572
Binary100101101001100110111101000001000010011011000011101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,76,222); }

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

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

 a { background-color: rgb(150,76,222); }

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

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

 span { border-color: rgb(150,76,222); }

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