Html Css Color HEX #985BC6 Amethyst

📋 copy color: '#985BC6'

red 152 ◦ green 91 ◦ blue 198

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

Shades of Amethyst #985BC6

Tints of Amethyst #985BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.63%

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

R = 34.47%
G = 20.63%
B = 44.9%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#985BC6 (or 0x985BC6) is known color: Amethyst. HEX triplet: 98, 5B and C6. RGB value is (152,91,198). Sum of RGB (Red+Green+Blue) = 152+91+198=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #985BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BC6 is #67A439. Grayscale: #797979. Windows color (decimal): -6792250 or 12999576. OLE color: 12999576.

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

Color convert

RGB 152 91 198 -
CMYK 0.23 0.54 0 0.22
HSL 274.21º 0.48% 0.57% -
HSV(B) 274.21º 0.54% 0.78% -
XYZ 26.88 18.23 55.53 -
YUV 121.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 152 91 198 0.23 0.54 0 0.22 274.21 0.48 0.57
Hex 98 5B C6 17 36 0 16 112 30 39
Octal 230 133 306 27 66 0 26 422 60 71
Binary 10011000 1011011 11000110 10111 110110 0 10110 100010010 110000 111001

Color Harmonies of #985BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BC6

Black with #985BC6

Text Example


Text Example

White with #985BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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