Html Css Color HEX #986DCD Amethyst

📋 copy color: '#986DCD'

red 152 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #986DCD

Tints of Amethyst #986DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 32.62%
G = 23.39%
B = 43.99%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#986DCD (or 0x986DCD) is known color: Amethyst. HEX triplet: 98, 6D and CD. RGB value is (152,109,205). Sum of RGB (Red+Green+Blue) = 152+109+205=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #986DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DCD is #679232. Grayscale: #848484. Windows color (decimal): -6787635 or 13462936. OLE color: 13462936.

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

Color convert

RGB 152 109 205 -
CMYK 0.26 0.47 0 0.20
HSL 266.88º 0.49% 0.62% -
HSV(B) 266.88º 0.47% 0.8% -
XYZ 29.44 22.02 60.46 -
YUV 132.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 152 109 205 0.26 0.47 0 0.20 266.88 0.49 0.62
Hex 98 6D CD 1A 2F 0 14 10B 31 3E
Octal 230 155 315 32 57 0 24 413 61 76
Binary 10011000 1101101 11001101 11010 101111 0 10100 100001011 110001 111110

Color Harmonies of #986DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DCD

Black with #986DCD

Text Example


Text Example

White with #986DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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