Html Css Color HEX #9864C1 Amethyst

📋 copy color: '#9864C1'

red 152 ◦ green 100 ◦ blue 193

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

Shades of Amethyst #9864C1

Tints of Amethyst #9864C1

RGB

 RED value IS 152 (59.77% from 255) = 34.16%

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

 BLUE value IS 193 (75.78% from 255) = 43.37%

R = 34.16%
G = 22.47%
B = 43.37%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9864C1 (or 0x9864C1) is known color: Amethyst. HEX triplet: 98, 64 and C1. RGB value is (152,100,193). Sum of RGB (Red+Green+Blue) = 152+100+193=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #9864C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864C1 is #679B3E. Grayscale: #7D7D7D. Windows color (decimal): -6789951 or 12674200. OLE color: 12674200.

HSL color Cylindrical-coordinate representation of color #9864C1: hue angle of 273.55º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9864C1 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 100 193 -
CMYK 0.21 0.48 0 0.24
HSL 273.55º 0.43% 0.57% -
HSV(B) 273.55º 0.48% 0.76% -
XYZ 27.13 19.64 52.81 -
YUV 126.15 165.73 146.44 -
System Red Green Blue C M Y K H S L
Decimal 152 100 193 0.21 0.48 0 0.24 273.55 0.43 0.57
Hex 98 64 C1 15 30 0 18 112 2B 39
Octal 230 144 301 25 60 0 30 422 53 71
Binary 10011000 1100100 11000001 10101 110000 0 11000 100010010 101011 111001

Color Harmonies of #9864C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9864C1

Black with #9864C1

Text Example


Text Example

White with #9864C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9864C1; }

 p { color: rgb(152,100,193); }

 H1.HeaderClassName
 {
   color: #9864C1;
 }
 .AnyTagClassName
 {
   color: #9864C1;
 }
</style>

background-color css

<style>
 a { background-color: #9864C1; }

 a { background-color: rgb(152,100,193); }

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

border-color css

<style>
 span { border-color: #9864C1; }

 span { border-color: rgb(152,100,193); }

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