#9769CA

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

Shades of Amethyst #9769CA

Tints of Amethyst #9769CA

Color information

#9769CA (or 0x9769CA) is unknown color: approx Amethyst. HEX triplet: 97, 69 and CA. RGB value is (151,105,202). Sum of RGB (Red+Green+Blue) = 151+105+202=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #9769CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769CA is #689635. Grayscale: #818181. Windows color (decimal): -6854198 or 13265303. OLE color: 13265303.

HSL color Cylindrical-coordinate representation of color #9769CA: hue angle of 268.45º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9769CA is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151105202-
CMYK0.250.4800.21
HSL268.45º47.78%60.2%-
HSV(B)268.45º48.02%79.22%-
XYZ28.4720.9558.42-
YUV129.81168.74143.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.97%
GREEN value IS 105 (41.41% from 255) = 22.93%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=32.97%
G=22.93%
B=44.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511052020.250.4800.21268.4547.7860.2
Hex9769CA193001510c303c
Octal22715131231600254146074
Binary1001011111010011100101011001110000010101100001100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9769CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9769CA; }

 p { color: rgb(151,105,202); }

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

<style>
 a { background-color: #9769CA; }

 a { background-color: rgb(151,105,202); }

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

<style>
 span { border-color: #9769CA; }

 span { border-color: rgb(151,105,202); }

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