Html Css Color HEX #986AC5 Amethyst

📋 copy color: '#986AC5'

red 152 ◦ green 106 ◦ blue 197

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

Shades of Amethyst #986AC5

Tints of Amethyst #986AC5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.3%

 BLUE value IS 197 (77.34% from 255) = 43.3%

R = 33.41%
G = 23.3%
B = 43.3%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#986AC5 (or 0x986AC5) is known color: Amethyst. HEX triplet: 98, 6A and C5. RGB value is (152,106,197). Sum of RGB (Red+Green+Blue) = 152+106+197=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #986AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986AC5 is #67953A. Grayscale: #818181. Windows color (decimal): -6788411 or 12937880. OLE color: 12937880.

HSL color Cylindrical-coordinate representation of color #986AC5: hue angle of 270.33º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #986AC5 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 106 197 -
CMYK 0.23 0.46 0 0.23
HSL 270.33º 0.44% 0.59% -
HSV(B) 270.33º 0.46% 0.77% -
XYZ 28.18 21.01 55.39 -
YUV 130.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 152 106 197 0.23 0.46 0 0.23 270.33 0.44 0.59
Hex 98 6A C5 17 2E 0 17 10E 2C 3B
Octal 230 152 305 27 56 0 27 416 54 73
Binary 10011000 1101010 11000101 10111 101110 0 10111 100001110 101100 111011

Color Harmonies of #986AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AC5

Black with #986AC5

Text Example


Text Example

White with #986AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986AC5; }

 p { color: rgb(152,106,197); }

 H1.HeaderClassName
 {
   color: #986AC5;
 }
 .AnyTagClassName
 {
   color: #986AC5;
 }
</style>

background-color css

<style>
 a { background-color: #986AC5; }

 a { background-color: rgb(152,106,197); }

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

border-color css

<style>
 span { border-color: #986AC5; }

 span { border-color: rgb(152,106,197); }

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