#965ACC

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

Shades of Amethyst #965ACC

Tints of Amethyst #965ACC

Color information

#965ACC (or 0x965ACC) is unknown color: approx Amethyst. HEX triplet: 96, 5A and CC. RGB value is (150,90,204). Sum of RGB (Red+Green+Blue) = 150+90+204=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #965ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ACC is #69A533. Grayscale: #787878. Windows color (decimal): -6923572 or 13392534. OLE color: 13392534.

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

Color convert

RGB15090204-
CMYK0.260.5600.2
HSL271.58º52.78%57.65%-
HSV(B)271.58º55.88%80%-
XYZ27.1318.1659.2-
YUV120.94174.88148.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=33.78%
G=20.27%
B=45.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150902040.260.5600.2271.5852.7857.65
Hex965ACC1A38014110353a
Octal22613231432700244206572
Binary1001011010110101100110011010111000010100100010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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