Html Css Color HEX #986BD0 Amethyst

📋 copy color: '#986BD0'

red 152 ◦ green 107 ◦ blue 208

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

Shades of Amethyst #986BD0

Tints of Amethyst #986BD0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.91%

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

R = 32.55%
G = 22.91%
B = 44.54%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#986BD0 (or 0x986BD0) is known color: Amethyst. HEX triplet: 98, 6B and D0. RGB value is (152,107,208). Sum of RGB (Red+Green+Blue) = 152+107+208=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #986BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BD0 is #67942F. Grayscale: #838383. Windows color (decimal): -6788144 or 13659032. OLE color: 13659032.

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

Color convert

RGB 152 107 208 -
CMYK 0.27 0.49 0 0.18
HSL 266.73º 0.52% 0.62% -
HSV(B) 266.73º 0.49% 0.82% -
XYZ 29.59 21.74 62.31 -
YUV 131.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 152 107 208 0.27 0.49 0 0.18 266.73 0.52 0.62
Hex 98 6B D0 1B 31 0 12 10B 34 3E
Octal 230 153 320 33 61 0 22 413 64 76
Binary 10011000 1101011 11010000 11011 110001 0 10010 100001011 110100 111110

Color Harmonies of #986BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BD0

Black with #986BD0

Text Example


Text Example

White with #986BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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