#9163CC

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

Shades of Amethyst #9163CC

Tints of Amethyst #9163CC

Color information

#9163CC (or 0x9163CC) is unknown color: approx Amethyst. HEX triplet: 91, 63 and CC. RGB value is (145,99,204). Sum of RGB (Red+Green+Blue) = 145+99+204=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #9163CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9163CC is #6E9C33. Grayscale: #7C7C7C. Windows color (decimal): -7248948 or 13394833. OLE color: 13394833.

HSL color Cylindrical-coordinate representation of color #9163CC: hue angle of 266.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9163CC is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14599204-
CMYK0.290.5100.2
HSL266.29º50.72%59.41%-
HSV(B)266.29º51.47%80%-
XYZ27.0419.359.43-
YUV124.72172.74142.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.37%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=32.37%
G=22.10%
B=45.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal145992040.290.5100.2266.2950.7259.41
Hex9163CC1D3301410a333b
Octal22114331435630244126373
Binary1001000111000111100110011101110011010100100001010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9163CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9163CC; }

 p { color: rgb(145,99,204); }

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

<style>
 a { background-color: #9163CC; }

 a { background-color: rgb(145,99,204); }

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

<style>
 span { border-color: #9163CC; }

 span { border-color: rgb(145,99,204); }

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