Html Css Color HEX #9167C9 Amethyst

📋 copy color: '#9167C9'

red 145 ◦ green 103 ◦ blue 201

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

Shades of Amethyst #9167C9

Tints of Amethyst #9167C9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.94%

 BLUE value IS 201 (78.91% from 255) = 44.77%

R = 32.29%
G = 22.94%
B = 44.77%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9167C9 (or 0x9167C9) is known color: Amethyst. HEX triplet: 91, 67 and C9. RGB value is (145,103,201). Sum of RGB (Red+Green+Blue) = 145+103+201=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #9167C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9167C9 is #6E9836. Grayscale: #7E7E7E. Windows color (decimal): -7247927 or 13199249. OLE color: 13199249.

HSL color Cylindrical-coordinate representation of color #9167C9: hue angle of 265.71º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9167C9 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 103 201 -
CMYK 0.28 0.49 0 0.21
HSL 265.71º 0.48% 0.6% -
HSV(B) 265.71º 0.49% 0.79% -
XYZ 27.07 19.94 57.68 -
YUV 126.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 145 103 201 0.28 0.49 0 0.21 265.71 0.48 0.6
Hex 91 67 C9 1C 31 0 15 10A 30 3C
Octal 221 147 311 34 61 0 25 412 60 74
Binary 10010001 1100111 11001001 11100 110001 0 10101 100001010 110000 111100

Color Harmonies of #9167C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9167C9

Black with #9167C9

Text Example


Text Example

White with #9167C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9167C9; }

 p { color: rgb(145,103,201); }

 H1.HeaderClassName
 {
   color: #9167C9;
 }
 .AnyTagClassName
 {
   color: #9167C9;
 }
</style>

background-color css

<style>
 a { background-color: #9167C9; }

 a { background-color: rgb(145,103,201); }

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

border-color css

<style>
 span { border-color: #9167C9; }

 span { border-color: rgb(145,103,201); }

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