Html Css Color HEX #985DC6 Amethyst

📋 copy color: '#985DC6'

red 152 ◦ green 93 ◦ blue 198

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

Shades of Amethyst #985DC6

Tints of Amethyst #985DC6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.99%

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

R = 34.31%
G = 20.99%
B = 44.7%

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

#985DC6 (or 0x985DC6) is known color: Amethyst. HEX triplet: 98, 5D and C6. RGB value is (152,93,198). Sum of RGB (Red+Green+Blue) = 152+93+198=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #985DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DC6 is #67A239. Grayscale: #7A7A7A. Windows color (decimal): -6791738 or 13000088. OLE color: 13000088.

HSL color Cylindrical-coordinate representation of color #985DC6: hue angle of 273.71º 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 #985DC6 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 93 198 -
CMYK 0.23 0.53 0 0.22
HSL 273.71º 0.48% 0.57% -
HSV(B) 273.71º 0.53% 0.78% -
XYZ 27.06 18.58 55.59 -
YUV 122.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 152 93 198 0.23 0.53 0 0.22 273.71 0.48 0.57
Hex 98 5D C6 17 35 0 16 112 30 39
Octal 230 135 306 27 65 0 26 422 60 71
Binary 10011000 1011101 11000110 10111 110101 0 10110 100010010 110000 111001

Color Harmonies of #985DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DC6

Black with #985DC6

Text Example


Text Example

White with #985DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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