Html Css Color HEX #9164CC Amethyst

📋 copy color: '#9164CC'

red 145 ◦ green 100 ◦ blue 204

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

Shades of Amethyst #9164CC

Tints of Amethyst #9164CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.27%

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

R = 32.29%
G = 22.27%
B = 45.43%

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

#9164CC (or 0x9164CC) is known color: Amethyst. HEX triplet: 91, 64 and CC. RGB value is (145,100,204). Sum of RGB (Red+Green+Blue) = 145+100+204=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #9164CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9164CC is #6E9B33. Grayscale: #7C7C7C. Windows color (decimal): -7248692 or 13395089. OLE color: 13395089.

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

Color convert

RGB 145 100 204 -
CMYK 0.29 0.51 0 0.2
HSL 265.96º 0.5% 0.6% -
HSV(B) 265.96º 0.51% 0.8% -
XYZ 27.13 19.49 59.46 -
YUV 125.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 145 100 204 0.29 0.51 0 0.2 265.96 0.5 0.6
Hex 91 64 CC 1D 33 0 14 10A 32 3C
Octal 221 144 314 35 63 0 24 412 62 74
Binary 10010001 1100100 11001100 11101 110011 0 10100 100001010 110010 111100

Color Harmonies of #9164CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9164CC

Black with #9164CC

Text Example


Text Example

White with #9164CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9164CC; }

 p { color: rgb(145,100,204); }

 H1.HeaderClassName
 {
   color: #9164CC;
 }
 .AnyTagClassName
 {
   color: #9164CC;
 }
</style>

background-color css

<style>
 a { background-color: #9164CC; }

 a { background-color: rgb(145,100,204); }

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

border-color css

<style>
 span { border-color: #9164CC; }

 span { border-color: rgb(145,100,204); }

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