#965CC5

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

Shades of Amethyst #965CC5

Tints of Amethyst #965CC5

Color information

#965CC5 (or 0x965CC5) is unknown color: approx Amethyst. HEX triplet: 96, 5C and C5. RGB value is (150,92,197). Sum of RGB (Red+Green+Blue) = 150+92+197=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #965CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CC5 is #69A33A. Grayscale: #787878. Windows color (decimal): -6923067 or 12934294. OLE color: 12934294.

HSL color Cylindrical-coordinate representation of color #965CC5: hue angle of 273.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965CC5 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15092197-
CMYK0.240.5300.23
HSL273.14º47.51%56.67%-
HSV(B)273.14º53.3%77.25%-
XYZ26.4818.1754.93-
YUV121.31170.72148.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 197 (77.34% from 255) = 44.87%
R=34.17%
G=20.96%
B=44.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150921970.240.5300.23273.1447.5156.67
Hex965CC518350171113039
Octal22613430530650274216071
Binary1001011010111001100010111000110101010111100010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,92,197); }

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

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

 a { background-color: rgb(150,92,197); }

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

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

 span { border-color: rgb(150,92,197); }

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