#9169CF

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

Shades of Amethyst #9169CF

Tints of Amethyst #9169CF

Color information

#9169CF (or 0x9169CF) is unknown color: approx Amethyst. HEX triplet: 91, 69 and CF. RGB value is (145,105,207). Sum of RGB (Red+Green+Blue) = 145+105+207=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #9169CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9169CF is #6E9630. Grayscale: #808080. Windows color (decimal): -7247409 or 13592977. OLE color: 13592977.

HSL color Cylindrical-coordinate representation of color #9169CF: hue angle of 263.53º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9169CF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145105207-
CMYK0.300.4900.19
HSL263.53º51.52%61.18%-
HSV(B)263.53º49.28%81.18%-
XYZ27.9920.6361.54-
YUV128.59172.25139.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.73%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 207 (81.25% from 255) = 45.30%
R=31.73%
G=22.98%
B=45.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451052070.300.4900.19263.5351.5261.18
Hex9169CF1E31013108343d
Octal22115131736610234106475
Binary1001000111010011100111111110110001010011100001000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9169CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9169CF; }

 p { color: rgb(145,105,207); }

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

<style>
 a { background-color: #9169CF; }

 a { background-color: rgb(145,105,207); }

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

<style>
 span { border-color: #9169CF; }

 span { border-color: rgb(145,105,207); }

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