Html Css Color HEX #986CCD Amethyst

📋 copy color: '#986CCD'

red 152 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #986CCD

Tints of Amethyst #986CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.23%

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

R = 32.69%
G = 23.23%
B = 44.09%

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

#986CCD (or 0x986CCD) is known color: Amethyst. HEX triplet: 98, 6C and CD. RGB value is (152,108,205). Sum of RGB (Red+Green+Blue) = 152+108+205=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #986CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CCD is #679332. Grayscale: #838383. Windows color (decimal): -6787891 or 13462680. OLE color: 13462680.

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

Color convert

RGB 152 108 205 -
CMYK 0.26 0.47 0 0.20
HSL 267.22º 0.49% 0.61% -
HSV(B) 267.22º 0.47% 0.8% -
XYZ 29.33 21.81 60.42 -
YUV 132.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 152 108 205 0.26 0.47 0 0.20 267.22 0.49 0.61
Hex 98 6C CD 1A 2F 0 14 10B 31 3D
Octal 230 154 315 32 57 0 24 413 61 75
Binary 10011000 1101100 11001101 11010 101111 0 10100 100001011 110001 111101

Color Harmonies of #986CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CCD

Black with #986CCD

Text Example


Text Example

White with #986CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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