Html Css Color HEX #986DD0 Amethyst

📋 copy color: '#986DD0'

red 152 ◦ green 109 ◦ blue 208

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

Shades of Amethyst #986DD0

Tints of Amethyst #986DD0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.24%

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 32.41%
G = 23.24%
B = 44.35%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#986DD0 (or 0x986DD0) is known color: Amethyst. HEX triplet: 98, 6D and D0. RGB value is (152,109,208). Sum of RGB (Red+Green+Blue) = 152+109+208=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #986DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DD0 is #67922F. Grayscale: #848484. Windows color (decimal): -6787632 or 13659544. OLE color: 13659544.

HSL color Cylindrical-coordinate representation of color #986DD0: hue angle of 266.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #986DD0 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 109 208 -
CMYK 0.27 0.48 0 0.18
HSL 266.06º 0.51% 0.62% -
HSV(B) 266.06º 0.48% 0.82% -
XYZ 29.8 22.17 62.38 -
YUV 133.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 152 109 208 0.27 0.48 0 0.18 266.06 0.51 0.62
Hex 98 6D D0 1B 30 0 12 10A 33 3E
Octal 230 155 320 33 60 0 22 412 63 76
Binary 10011000 1101101 11010000 11011 110000 0 10010 100001010 110011 111110

Color Harmonies of #986DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DD0

Black with #986DD0

Text Example


Text Example

White with #986DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,109,208); }

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

background-color css

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

 a { background-color: rgb(152,109,208); }

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

border-color css

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

 span { border-color: rgb(152,109,208); }

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