Html Css Color HEX #985BCE Amethyst

📋 copy color: '#985BCE'

red 152 ◦ green 91 ◦ blue 206

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

Shades of Amethyst #985BCE

Tints of Amethyst #985BCE

RGB

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

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

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

R = 33.85%
G = 20.27%
B = 45.88%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#985BCE (or 0x985BCE) is known color: Amethyst. HEX triplet: 98, 5B and CE. RGB value is (152,91,206). Sum of RGB (Red+Green+Blue) = 152+91+206=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #985BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BCE is #67A431. Grayscale: #797979. Windows color (decimal): -6792242 or 13523864. OLE color: 13523864.

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

Color convert

RGB 152 91 206 -
CMYK 0.26 0.56 0 0.19
HSL 271.83º 0.54% 0.58% -
HSV(B) 271.83º 0.56% 0.81% -
XYZ 27.83 18.61 60.52 -
YUV 122.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 152 91 206 0.26 0.56 0 0.19 271.83 0.54 0.58
Hex 98 5B CE 1A 38 0 13 110 36 3A
Octal 230 133 316 32 70 0 23 420 66 72
Binary 10011000 1011011 11001110 11010 111000 0 10011 100010000 110110 111010

Color Harmonies of #985BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BCE

Black with #985BCE

Text Example


Text Example

White with #985BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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