Html Css Color HEX #985EC6 Amethyst

📋 copy color: '#985EC6'

red 152 ◦ green 94 ◦ blue 198

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

Shades of Amethyst #985EC6

Tints of Amethyst #985EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.59%

R = 34.23%
G = 21.17%
B = 44.59%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#985EC6 (or 0x985EC6) is known color: Amethyst. HEX triplet: 98, 5E and C6. RGB value is (152,94,198). Sum of RGB (Red+Green+Blue) = 152+94+198=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #985EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EC6 is #67A139. Grayscale: #7A7A7A. Windows color (decimal): -6791482 or 13000344. OLE color: 13000344.

HSL color Cylindrical-coordinate representation of color #985EC6: hue angle of 273.46º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985EC6 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 94 198 -
CMYK 0.23 0.53 0 0.22
HSL 273.46º 0.48% 0.57% -
HSV(B) 273.46º 0.53% 0.78% -
XYZ 27.14 18.76 55.62 -
YUV 123.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 152 94 198 0.23 0.53 0 0.22 273.46 0.48 0.57
Hex 98 5E C6 17 35 0 16 111 30 39
Octal 230 136 306 27 65 0 26 421 60 71
Binary 10011000 1011110 11000110 10111 110101 0 10110 100010001 110000 111001

Color Harmonies of #985EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985EC6

Black with #985EC6

Text Example


Text Example

White with #985EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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