#965CCD

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

Shades of Amethyst #965CCD

Tints of Amethyst #965CCD

Color information

#965CCD (or 0x965CCD) is unknown color: approx Amethyst. HEX triplet: 96, 5C and CD. RGB value is (150,92,205). Sum of RGB (Red+Green+Blue) = 150+92+205=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #965CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CCD is #69A332. Grayscale: #797979. Windows color (decimal): -6923059 or 13458582. OLE color: 13458582.

HSL color Cylindrical-coordinate representation of color #965CCD: hue angle of 270.8º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #965CCD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15092205-
CMYK0.270.5500.20
HSL270.8º53.05%58.24%-
HSV(B)270.8º55.12%80.39%-
XYZ27.4218.5559.89-
YUV122.22174.72147.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=33.56%
G=20.58%
B=45.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150922050.270.5500.20270.853.0558.24
Hex965CCD1B3701410f353a
Octal22613431533670244176572
Binary1001011010111001100110111011110111010100100001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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