Html Css Color HEX #9861C0 Amethyst

📋 copy color: '#9861C0'

red 152 ◦ green 97 ◦ blue 192

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

Shades of Amethyst #9861C0

Tints of Amethyst #9861C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 34.47%
G = 22%
B = 43.54%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9861C0 (or 0x9861C0) is known color: Amethyst. HEX triplet: 98, 61 and C0. RGB value is (152,97,192). Sum of RGB (Red+Green+Blue) = 152+97+192=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #9861C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861C0 is #679E3F. Grayscale: #7B7B7B. Windows color (decimal): -6790720 or 12607896. OLE color: 12607896.

HSL color Cylindrical-coordinate representation of color #9861C0: hue angle of 274.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9861C0 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 97 192 -
CMYK 0.21 0.49 0 0.25
HSL 274.74º 0.43% 0.57% -
HSV(B) 274.74º 0.49% 0.75% -
XYZ 26.74 19.03 52.13 -
YUV 124.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 152 97 192 0.21 0.49 0 0.25 274.74 0.43 0.57
Hex 98 61 C0 15 31 0 19 113 2B 39
Octal 230 141 300 25 61 0 31 423 53 71
Binary 10011000 1100001 11000000 10101 110001 0 11001 100010011 101011 111001

Color Harmonies of #9861C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9861C0

Black with #9861C0

Text Example


Text Example

White with #9861C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9861C0; }

 p { color: rgb(152,97,192); }

 H1.HeaderClassName
 {
   color: #9861C0;
 }
 .AnyTagClassName
 {
   color: #9861C0;
 }
</style>

background-color css

<style>
 a { background-color: #9861C0; }

 a { background-color: rgb(152,97,192); }

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

border-color css

<style>
 span { border-color: #9861C0; }

 span { border-color: rgb(152,97,192); }

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