Html Css Color HEX #985ECD Amethyst

📋 copy color: '#985ECD'

red 152 ◦ green 94 ◦ blue 205

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

Shades of Amethyst #985ECD

Tints of Amethyst #985ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.84%

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

R = 33.7%
G = 20.84%
B = 45.45%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#985ECD (or 0x985ECD) is known color: Amethyst. HEX triplet: 98, 5E and CD. RGB value is (152,94,205). Sum of RGB (Red+Green+Blue) = 152+94+205=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #985ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ECD is #67A132. Grayscale: #7B7B7B. Windows color (decimal): -6791475 or 13459096. OLE color: 13459096.

HSL color Cylindrical-coordinate representation of color #985ECD: hue angle of 271.35º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #985ECD is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 94 205 -
CMYK 0.26 0.54 0 0.20
HSL 271.35º 0.53% 0.59% -
HSV(B) 271.35º 0.54% 0.8% -
XYZ 27.97 19.09 59.97 -
YUV 124 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 152 94 205 0.26 0.54 0 0.20 271.35 0.53 0.59
Hex 98 5E CD 1A 36 0 14 10F 35 3B
Octal 230 136 315 32 66 0 24 417 65 73
Binary 10011000 1011110 11001101 11010 110110 0 10100 100001111 110101 111011

Color Harmonies of #985ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985ECD

Black with #985ECD

Text Example


Text Example

White with #985ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985ECD; }

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

 H1.HeaderClassName
 {
   color: #985ECD;
 }
 .AnyTagClassName
 {
   color: #985ECD;
 }
</style>

background-color css

<style>
 a { background-color: #985ECD; }

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

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

border-color css

<style>
 span { border-color: #985ECD; }

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

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