#965BCE

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

Shades of Amethyst #965BCE

Tints of Amethyst #965BCE

Color information

#965BCE (or 0x965BCE) is unknown color: approx Amethyst. HEX triplet: 96, 5B and CE. RGB value is (150,91,206). Sum of RGB (Red+Green+Blue) = 150+91+206=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #965BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BCE is #69A431. Grayscale: #797979. Windows color (decimal): -6923314 or 13523862. OLE color: 13523862.

HSL color Cylindrical-coordinate representation of color #965BCE: hue angle of 270.78º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #965BCE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15091206-
CMYK0.270.5600.19
HSL270.78º53.99%58.24%-
HSV(B)270.78º55.83%80.78%-
XYZ27.4618.4260.5-
YUV121.75175.55148.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 206 (80.86% from 255) = 46.09%
R=33.56%
G=20.36%
B=46.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150912060.270.5600.19270.7853.9958.24
Hex965BCE1B3801310f363a
Octal22613331633700234176672
Binary1001011010110111100111011011111000010011100001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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