#965ECA

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

Shades of Amethyst #965ECA

Tints of Amethyst #965ECA

Color information

#965ECA (or 0x965ECA) is unknown color: approx Amethyst. HEX triplet: 96, 5E and CA. RGB value is (150,94,202). Sum of RGB (Red+Green+Blue) = 150+94+202=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #965ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ECA is #69A135. Grayscale: #7A7A7A. Windows color (decimal): -6922550 or 13262486. OLE color: 13262486.

HSL color Cylindrical-coordinate representation of color #965ECA: hue angle of 271.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965ECA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15094202-
CMYK0.260.5300.21
HSL271.11º50.47%58.04%-
HSV(B)271.11º53.47%79.22%-
XYZ27.2418.7558.06-
YUV123.06172.55147.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=33.63%
G=21.08%
B=45.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150942020.260.5300.21271.1150.4758.04
Hex965ECA1A3501510f323a
Octal22613631232650254176272
Binary1001011010111101100101011010110101010101100001111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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