#9A68BE

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

Shades of Amethyst #9A68BE

Tints of Amethyst #9A68BE

Color information

#9A68BE (or 0x9A68BE) is unknown color: approx Amethyst. HEX triplet: 9A, 68 and BE. RGB value is (154,104,190). Sum of RGB (Red+Green+Blue) = 154+104+190=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A68BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68BE is #659741. Grayscale: #808080. Windows color (decimal): -6657858 or 12478618. OLE color: 12478618.

HSL color Cylindrical-coordinate representation of color #9A68BE: hue angle of 274.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A68BE is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154104190-
CMYK0.190.4500.25
HSL274.88º39.81%57.65%-
HSV(B)274.88º45.26%74.51%-
XYZ27.5720.4951.22-
YUV128.75162.56146.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.38%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=34.38%
G=23.21%
B=42.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541041900.190.4500.25274.8839.8157.65
Hex9A68BE132D019113283a
Octal23215027623550314235072
Binary1001101011010001011111010011101101011001100010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A68BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A68BE; }

 p { color: rgb(154,104,190); }

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

<style>
 a { background-color: #9A68BE; }

 a { background-color: rgb(154,104,190); }

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

<style>
 span { border-color: #9A68BE; }

 span { border-color: rgb(154,104,190); }

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