Html Css Color HEX #9864D9 Amethyst

📋 copy color: '#9864D9'

red 152 ◦ green 100 ◦ blue 217

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

Shades of Amethyst #9864D9

Tints of Amethyst #9864D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.27%

R = 32.41%
G = 21.32%
B = 46.27%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9864D9 (or 0x9864D9) is known color: Amethyst. HEX triplet: 98, 64 and D9. RGB value is (152,100,217). Sum of RGB (Red+Green+Blue) = 152+100+217=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #9864D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864D9 is #679B26. Grayscale: #808080. Windows color (decimal): -6789927 or 14247064. OLE color: 14247064.

HSL color Cylindrical-coordinate representation of color #9864D9: hue angle of 266.67º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9864D9 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 100 217 -
CMYK 0.30 0.54 0 0.15
HSL 266.67º 0.61% 0.62% -
HSV(B) 266.67º 0.54% 0.85% -
XYZ 30.03 20.8 68.08 -
YUV 128.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 152 100 217 0.30 0.54 0 0.15 266.67 0.61 0.62
Hex 98 64 D9 1E 36 0 F 10B 3D 3E
Octal 230 144 331 36 66 0 17 413 75 76
Binary 10011000 1100100 11011001 11110 110110 0 1111 100001011 111101 111110

Color Harmonies of #9864D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9864D9

Black with #9864D9

Text Example


Text Example

White with #9864D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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