Html Css Color HEX #985DDB Amethyst

📋 copy color: '#985DDB'

red 152 ◦ green 93 ◦ blue 219

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

Shades of Amethyst #985DDB

Tints of Amethyst #985DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 32.76%
G = 20.04%
B = 47.2%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#985DDB (or 0x985DDB) is known color: Amethyst. HEX triplet: 98, 5D and DB. RGB value is (152,93,219). Sum of RGB (Red+Green+Blue) = 152+93+219=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #985DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DDB is #67A224. Grayscale: #7C7C7C. Windows color (decimal): -6791717 or 14376344. OLE color: 14376344.

HSL color Cylindrical-coordinate representation of color #985DDB: hue angle of 268.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #985DDB is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 93 219 -
CMYK 0.31 0.58 0 0.14
HSL 268.1º 0.64% 0.61% -
HSV(B) 268.1º 0.58% 0.86% -
XYZ 29.65 19.62 69.24 -
YUV 125.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 152 93 219 0.31 0.58 0 0.14 268.1 0.64 0.61
Hex 98 5D DB 1F 3A 0 E 10C 40 3D
Octal 230 135 333 37 72 0 16 414 100 75
Binary 10011000 1011101 11011011 11111 111010 0 1110 100001100 1000000 111101

Color Harmonies of #985DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DDB

Black with #985DDB

Text Example


Text Example

White with #985DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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