Html Css Color HEX #986DCE Amethyst

📋 copy color: '#986DCE'

red 152 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #986DCE

Tints of Amethyst #986DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 32.55%
G = 23.34%
B = 44.11%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#986DCE (or 0x986DCE) is known color: Amethyst. HEX triplet: 98, 6D and CE. RGB value is (152,109,206). Sum of RGB (Red+Green+Blue) = 152+109+206=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #986DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DCE is #679231. Grayscale: #848484. Windows color (decimal): -6787634 or 13528472. OLE color: 13528472.

HSL color Cylindrical-coordinate representation of color #986DCE: hue angle of 266.6º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986DCE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 109 206 -
CMYK 0.26 0.47 0 0.19
HSL 266.6º 0.5% 0.62% -
HSV(B) 266.6º 0.47% 0.81% -
XYZ 29.56 22.07 61.09 -
YUV 132.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 152 109 206 0.26 0.47 0 0.19 266.6 0.5 0.62
Hex 98 6D CE 1A 2F 0 13 10B 32 3E
Octal 230 155 316 32 57 0 23 413 62 76
Binary 10011000 1101101 11001110 11010 101111 0 10011 100001011 110010 111110

Color Harmonies of #986DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DCE

Black with #986DCE

Text Example


Text Example

White with #986DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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