#965CDF

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

Shades of Amethyst #965CDF

Tints of Amethyst #965CDF

Color information

#965CDF (or 0x965CDF) is unknown color: approx Amethyst. HEX triplet: 96, 5C and DF. RGB value is (150,92,223). Sum of RGB (Red+Green+Blue) = 150+92+223=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #965CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CDF is #69A320. Grayscale: #7B7B7B. Windows color (decimal): -6923041 or 14638230. OLE color: 14638230.

HSL color Cylindrical-coordinate representation of color #965CDF: hue angle of 266.56º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965CDF is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15092223-
CMYK0.330.5900.13
HSL266.56º67.18%61.76%-
HSV(B)266.56º58.74%87.45%-
XYZ29.7219.4772-
YUV124.28183.72146.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 92 (36.33% from 255) = 19.78%
BLUE value IS 223 (87.5% from 255) = 47.96%
R=32.26%
G=19.78%
B=47.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150922230.330.5900.13266.5667.1861.76
Hex965CDF213B0D10b433e
Octal226134337417301541310376
Binary10010110101110011011111100001111011011011000010111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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