Html Css Color HEX #9864BE Amethyst

📋 copy color: '#9864BE'

red 152 ◦ green 100 ◦ blue 190

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

Shades of Amethyst #9864BE

Tints of Amethyst #9864BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 34.39%
G = 22.62%
B = 42.99%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9864BE (or 0x9864BE) is known color: Amethyst. HEX triplet: 98, 64 and BE. RGB value is (152,100,190). Sum of RGB (Red+Green+Blue) = 152+100+190=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #9864BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864BE is #679B41. Grayscale: #7D7D7D. Windows color (decimal): -6789954 or 12477592. OLE color: 12477592.

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

Color convert

RGB 152 100 190 -
CMYK 0.2 0.47 0 0.25
HSL 274.67º 0.41% 0.57% -
HSV(B) 274.67º 0.47% 0.75% -
XYZ 26.8 19.51 51.07 -
YUV 125.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 152 100 190 0.2 0.47 0 0.25 274.67 0.41 0.57
Hex 98 64 BE 14 2F 0 19 113 29 39
Octal 230 144 276 24 57 0 31 423 51 71
Binary 10011000 1100100 10111110 10100 101111 0 11001 100010011 101001 111001

Color Harmonies of #9864BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9864BE

Black with #9864BE

Text Example


Text Example

White with #9864BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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