#9768CA

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

Shades of Amethyst #9768CA

Tints of Amethyst #9768CA

Color information

#9768CA (or 0x9768CA) is unknown color: approx Amethyst. HEX triplet: 97, 68 and CA. RGB value is (151,104,202). Sum of RGB (Red+Green+Blue) = 151+104+202=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #9768CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768CA is #689735. Grayscale: #808080. Windows color (decimal): -6854454 or 13265047. OLE color: 13265047.

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

Color convert

RGB151104202-
CMYK0.250.4900.21
HSL268.78º48.04%60%-
HSV(B)268.78º48.51%79.22%-
XYZ28.3720.7458.39-
YUV129.22169.07143.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=33.04%
G=22.76%
B=44.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511042020.250.4900.21268.7848.0460
Hex9768CA193101510d303c
Octal22715031231610254156074
Binary1001011111010001100101011001110001010101100001101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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