#9768D0

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

Shades of Amethyst #9768D0

Tints of Amethyst #9768D0

Color information

#9768D0 (or 0x9768D0) is unknown color: approx Amethyst. HEX triplet: 97, 68 and D0. RGB value is (151,104,208). Sum of RGB (Red+Green+Blue) = 151+104+208=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #9768D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768D0 is #68972F. Grayscale: #818181. Windows color (decimal): -6854448 or 13658263. OLE color: 13658263.

HSL color Cylindrical-coordinate representation of color #9768D0: hue angle of 267.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9768D0 is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151104208-
CMYK0.270.500.18
HSL267.12º52.53%61.18%-
HSV(B)267.12º50%81.57%-
XYZ29.121.0362.2-
YUV129.91172.07143.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=32.61%
G=22.46%
B=44.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511042080.270.500.18267.1252.5361.18
Hex9768D01B3201210b353d
Octal22715032033620224136575
Binary1001011111010001101000011011110010010010100001011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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