Html Css Color HEX #985ECE Amethyst

📋 copy color: '#985ECE'

red 152 ◦ green 94 ◦ blue 206

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

Shades of Amethyst #985ECE

Tints of Amethyst #985ECE

RGB

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

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

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

R = 33.63%
G = 20.8%
B = 45.58%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#985ECE (or 0x985ECE) is known color: Amethyst. HEX triplet: 98, 5E and CE. RGB value is (152,94,206). Sum of RGB (Red+Green+Blue) = 152+94+206=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #985ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ECE is #67A131. Grayscale: #7B7B7B. Windows color (decimal): -6791474 or 13524632. OLE color: 13524632.

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

Color convert

RGB 152 94 206 -
CMYK 0.26 0.54 0 0.19
HSL 271.07º 0.53% 0.59% -
HSV(B) 271.07º 0.54% 0.81% -
XYZ 28.09 19.14 60.61 -
YUV 124.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 152 94 206 0.26 0.54 0 0.19 271.07 0.53 0.59
Hex 98 5E CE 1A 36 0 13 10F 35 3B
Octal 230 136 316 32 66 0 23 417 65 73
Binary 10011000 1011110 11001110 11010 110110 0 10011 100001111 110101 111011

Color Harmonies of #985ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985ECE

Black with #985ECE

Text Example


Text Example

White with #985ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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