Html Css Color HEX #9163CC Amethyst

📋 copy color: '#9163CC'

red 145 ◦ green 99 ◦ blue 204

#9163CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9163CC

Tints of Amethyst #9163CC

RGB

 RED value IS 145 (57.03% from 255) = 32.37%

 GREEN value IS 99 (39.06% from 255) = 22.1%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 32.37%
G = 22.1%
B = 45.54%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9163CC (or 0x9163CC) is known color: 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

RGB 145 99 204 -
CMYK 0.29 0.51 0 0.2
HSL 266.29º 0.51% 0.59% -
HSV(B) 266.29º 0.51% 0.8% -
XYZ 27.04 19.3 59.43 -
YUV 124.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 145 99 204 0.29 0.51 0 0.2 266.29 0.51 0.59
Hex 91 63 CC 1D 33 0 14 10A 33 3B
Octal 221 143 314 35 63 0 24 412 63 73
Binary 10010001 1100011 11001100 11101 110011 0 10100 100001010 110011 111011

Color Harmonies of #9163CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9163CC

Black with #9163CC

Text Example


Text Example

White with #9163CC

Text Example


Text Example

HTML Codes & Css Web 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>