Html Css Color HEX #9864BF Amethyst

📋 copy color: '#9864BF'

red 152 ◦ green 100 ◦ blue 191

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

Shades of Amethyst #9864BF

Tints of Amethyst #9864BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.12%

R = 34.31%
G = 22.57%
B = 43.12%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9864BF (or 0x9864BF) is known color: Amethyst. HEX triplet: 98, 64 and BF. RGB value is (152,100,191). Sum of RGB (Red+Green+Blue) = 152+100+191=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9864BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864BF is #679B40. Grayscale: #7D7D7D. Windows color (decimal): -6789953 or 12543128. OLE color: 12543128.

HSL color Cylindrical-coordinate representation of color #9864BF: hue angle of 274.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9864BF is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 100 191 -
CMYK 0.20 0.48 0 0.25
HSL 274.29º 0.42% 0.57% -
HSV(B) 274.29º 0.48% 0.75% -
XYZ 26.91 19.55 51.65 -
YUV 125.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 152 100 191 0.20 0.48 0 0.25 274.29 0.42 0.57
Hex 98 64 BF 14 30 0 19 112 2A 39
Octal 230 144 277 24 60 0 31 422 52 71
Binary 10011000 1100100 10111111 10100 110000 0 11001 100010010 101010 111001

Color Harmonies of #9864BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9864BF

Black with #9864BF

Text Example


Text Example

White with #9864BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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