Html Css Color HEX #9163CD Amethyst

📋 copy color: '#9163CD'

red 145 ◦ green 99 ◦ blue 205

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

Shades of Amethyst #9163CD

Tints of Amethyst #9163CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 32.29%
G = 22.05%
B = 45.66%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9163CD (or 0x9163CD) is known color: Amethyst. HEX triplet: 91, 63 and CD. RGB value is (145,99,205). Sum of RGB (Red+Green+Blue) = 145+99+205=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #9163CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9163CD is #6E9C32. Grayscale: #7C7C7C. Windows color (decimal): -7248947 or 13460369. OLE color: 13460369.

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

Color convert

RGB 145 99 205 -
CMYK 0.29 0.52 0 0.20
HSL 266.04º 0.51% 0.6% -
HSV(B) 266.04º 0.52% 0.8% -
XYZ 27.16 19.35 60.06 -
YUV 124.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 145 99 205 0.29 0.52 0 0.20 266.04 0.51 0.6
Hex 91 63 CD 1D 34 0 14 10A 33 3C
Octal 221 143 315 35 64 0 24 412 63 74
Binary 10010001 1100011 11001101 11101 110100 0 10100 100001010 110011 111100

Color Harmonies of #9163CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9163CD

Black with #9163CD

Text Example


Text Example

White with #9163CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9163CD;
 }
 .AnyTagClassName
 {
   color: #9163CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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