Html Css Color HEX #9163CB Amethyst

📋 copy color: '#9163CB'

red 145 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #9163CB

Tints of Amethyst #9163CB

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 value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

RGB 145 99 203 -
CMYK 0.29 0.51 0 0.20
HSL 266.54º 0.5% 0.59% -
HSV(B) 266.54º 0.51% 0.8% -
XYZ 26.92 19.26 58.8 -
YUV 124.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 145 99 203 0.29 0.51 0 0.20 266.54 0.5 0.59
Hex 91 63 CB 1D 33 0 14 10B 32 3B
Octal 221 143 313 35 63 0 24 413 62 73
Binary 10010001 1100011 11001011 11101 110011 0 10100 100001011 110010 111011

Color Harmonies of #9163CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9163CB

Black with #9163CB

Text Example


Text Example

White with #9163CB

Text Example


Text Example

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