Html Css Color HEX #986DCB Amethyst

📋 copy color: '#986DCB'

red 152 ◦ green 109 ◦ blue 203

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

Shades of Amethyst #986DCB

Tints of Amethyst #986DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 32.76%
G = 23.49%
B = 43.75%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#986DCB (or 0x986DCB) is known color: Amethyst. HEX triplet: 98, 6D and CB. RGB value is (152,109,203). Sum of RGB (Red+Green+Blue) = 152+109+203=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #986DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DCB is #679234. Grayscale: #848484. Windows color (decimal): -6787637 or 13331864. OLE color: 13331864.

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

Color convert

RGB 152 109 203 -
CMYK 0.25 0.46 0 0.20
HSL 267.45º 0.47% 0.61% -
HSV(B) 267.45º 0.46% 0.8% -
XYZ 29.2 21.92 59.19 -
YUV 132.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 152 109 203 0.25 0.46 0 0.20 267.45 0.47 0.61
Hex 98 6D CB 19 2E 0 14 10B 2F 3D
Octal 230 155 313 31 56 0 24 413 57 75
Binary 10011000 1101101 11001011 11001 101110 0 10100 100001011 101111 111101

Color Harmonies of #986DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DCB

Black with #986DCB

Text Example


Text Example

White with #986DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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