#965ECC

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

Shades of Amethyst #965ECC

Tints of Amethyst #965ECC

Color information

#965ECC (or 0x965ECC) is unknown color: approx Amethyst. HEX triplet: 96, 5E and CC. RGB value is (150,94,204). Sum of RGB (Red+Green+Blue) = 150+94+204=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #965ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ECC is #69A133. Grayscale: #7A7A7A. Windows color (decimal): -6922548 or 13393558. OLE color: 13393558.

HSL color Cylindrical-coordinate representation of color #965ECC: hue angle of 270.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #965ECC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15094204-
CMYK0.260.5400.2
HSL270.55º51.89%58.43%-
HSV(B)270.55º53.92%80%-
XYZ27.4818.8559.32-
YUV123.28173.55147.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=33.48%
G=20.98%
B=45.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150942040.260.5400.2270.5551.8958.43
Hex965ECC1A3601410f343a
Octal22613631432660244176472
Binary1001011010111101100110011010110110010100100001111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,94,204); }

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

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

 a { background-color: rgb(150,94,204); }

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

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

 span { border-color: rgb(150,94,204); }

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