Html Css Color HEX #985BD6 Amethyst

📋 copy color: '#985BD6'

red 152 ◦ green 91 ◦ blue 214

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

Shades of Amethyst #985BD6

Tints of Amethyst #985BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.83%

R = 33.26%
G = 19.91%
B = 46.83%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#985BD6 (or 0x985BD6) is known color: Amethyst. HEX triplet: 98, 5B and D6. RGB value is (152,91,214). Sum of RGB (Red+Green+Blue) = 152+91+214=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #985BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BD6 is #67A429. Grayscale: #7A7A7A. Windows color (decimal): -6792234 or 14048152. OLE color: 14048152.

HSL color Cylindrical-coordinate representation of color #985BD6: hue angle of 269.76º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #985BD6 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 91 214 -
CMYK 0.29 0.57 0 0.16
HSL 269.76º 0.6% 0.6% -
HSV(B) 269.76º 0.57% 0.84% -
XYZ 28.83 19.01 65.77 -
YUV 123.26 179.21 148.5 -
System Red Green Blue C M Y K H S L
Decimal 152 91 214 0.29 0.57 0 0.16 269.76 0.6 0.6
Hex 98 5B D6 1D 39 0 10 10E 3C 3C
Octal 230 133 326 35 71 0 20 416 74 74
Binary 10011000 1011011 11010110 11101 111001 0 10000 100001110 111100 111100

Color Harmonies of #985BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BD6

Black with #985BD6

Text Example


Text Example

White with #985BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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