#9A70CF

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

Shades of Amethyst #9A70CF

Tints of Amethyst #9A70CF

Color information

#9A70CF (or 0x9A70CF) is unknown color: approx Amethyst. HEX triplet: 9A, 70 and CF. RGB value is (154,112,207). Sum of RGB (Red+Green+Blue) = 154+112+207=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70CF is #658F30. Grayscale: #878787. Windows color (decimal): -6655793 or 13594778. OLE color: 13594778.

HSL color Cylindrical-coordinate representation of color #9A70CF: hue angle of 266.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A70CF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154112207-
CMYK0.260.4600.19
HSL266.53º49.74%62.55%-
HSV(B)266.53º45.89%81.18%-
XYZ30.3822.9661.86-
YUV135.39168.41141.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=32.56%
G=23.68%
B=43.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541122070.260.4600.19266.5349.7462.55
Hex9A70CF1A2E01310b323f
Octal23216031732560234136277
Binary1001101011100001100111111010101110010011100001011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A70CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,112,207); }

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

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

 a { background-color: rgb(154,112,207); }

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

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

 span { border-color: rgb(154,112,207); }

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