#965FCA

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

Shades of Amethyst #965FCA

Tints of Amethyst #965FCA

Color information

#965FCA (or 0x965FCA) is unknown color: approx Amethyst. HEX triplet: 96, 5F and CA. RGB value is (150,95,202). Sum of RGB (Red+Green+Blue) = 150+95+202=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #965FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FCA is #69A035. Grayscale: #7B7B7B. Windows color (decimal): -6922294 or 13262742. OLE color: 13262742.

HSL color Cylindrical-coordinate representation of color #965FCA: hue angle of 270.84º 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 #965FCA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15095202-
CMYK0.260.5300.21
HSL270.84º50.23%58.24%-
HSV(B)270.84º52.97%79.22%-
XYZ27.3318.9358.09-
YUV123.64172.22146.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=33.56%
G=21.25%
B=45.19%

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
Decimal150952020.260.5300.21270.8450.2358.24
Hex965FCA1A3501510f323a
Octal22613731232650254176272
Binary1001011010111111100101011010110101010101100001111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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