#9163CB

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

Shades of Amethyst #9163CB

Tints of Amethyst #9163CB

Color information

#9163CB (or 0x9163CB) is unknown color: approx Amethyst. HEX triplet: 91, 63 and CB. RGB value is (145,99,203). Sum of RGB (Red+Green+Blue) = 145+99+203=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #9163CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9163CB is #6E9C34. Grayscale: #7C7C7C. Windows color (decimal): -7248949 or 13329297. OLE color: 13329297.

HSL color Cylindrical-coordinate representation of color #9163CB: hue angle of 266.54º degrees, saturation: 0.5, 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 #9163CB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14599203-
CMYK0.290.5100.20
HSL266.54º50%59.22%-
HSV(B)266.54º51.23%79.61%-
XYZ26.9219.2658.8-
YUV124.61172.24142.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.44%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=32.44%
G=22.15%
B=45.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal145992030.290.5100.20266.545059.22
Hex9163CB1D3301410b323b
Octal22114331335630244136273
Binary1001000111000111100101111101110011010100100001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9163CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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