#965BCA

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

Shades of Amethyst #965BCA

Tints of Amethyst #965BCA

Color information

#965BCA (or 0x965BCA) is unknown color: approx Amethyst. HEX triplet: 96, 5B and CA. RGB value is (150,91,202). Sum of RGB (Red+Green+Blue) = 150+91+202=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #965BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BCA is #69A435. Grayscale: #787878. Windows color (decimal): -6923318 or 13261718. OLE color: 13261718.

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

Color convert

RGB15091202-
CMYK0.260.5500.21
HSL271.89º51.15%57.45%-
HSV(B)271.89º54.95%79.22%-
XYZ26.9818.2357.97-
YUV121.3173.55148.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=33.86%
G=20.54%
B=45.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150912020.260.5500.21271.8951.1557.45
Hex965BCA1A370151103339
Octal22613331232670254206371
Binary1001011010110111100101011010110111010101100010000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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