#965FC5

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

Shades of Amethyst #965FC5

Tints of Amethyst #965FC5

Color information

#965FC5 (or 0x965FC5) is unknown color: approx Amethyst. HEX triplet: 96, 5F and C5. RGB value is (150,95,197). Sum of RGB (Red+Green+Blue) = 150+95+197=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #965FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FC5 is #69A03A. Grayscale: #7A7A7A. Windows color (decimal): -6922299 or 12935062. OLE color: 12935062.

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

Color convert

RGB15095197-
CMYK0.240.5200.23
HSL272.35º46.79%57.25%-
HSV(B)272.35º51.78%77.25%-
XYZ26.7518.755.02-
YUV123.07169.72147.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.94%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 197 (77.34% from 255) = 44.57%
R=33.94%
G=21.49%
B=44.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150951970.240.5200.23272.3546.7957.25
Hex965FC518340171102f39
Octal22613730530640274205771
Binary1001011010111111100010111000110100010111100010000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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