#9761DC

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

Shades of Amethyst #9761DC

Tints of Amethyst #9761DC

Color information

#9761DC (or 0x9761DC) is unknown color: approx Amethyst. HEX triplet: 97, 61 and DC. RGB value is (151,97,220). Sum of RGB (Red+Green+Blue) = 151+97+220=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #9761DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9761DC is #689E23. Grayscale: #7E7E7E. Windows color (decimal): -6856228 or 14442903. OLE color: 14442903.

HSL color Cylindrical-coordinate representation of color #9761DC: hue angle of 266.34º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9761DC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15197220-
CMYK0.310.5600.14
HSL266.34º63.73%62.16%-
HSV(B)266.34º55.91%86.27%-
XYZ29.9620.370.05-
YUV127.17180.39145-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=32.26%
G=20.73%
B=47.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151972200.310.5600.14266.3463.7362.16
Hex9761DC1F380E10a403e
Octal227141334377001641210076
Binary1001011111000011101110011111111000011101000010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9761DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9761DC; }

 p { color: rgb(151,97,220); }

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

<style>
 a { background-color: #9761DC; }

 a { background-color: rgb(151,97,220); }

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

<style>
 span { border-color: #9761DC; }

 span { border-color: rgb(151,97,220); }

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