Html Css Color HEX #985FDB Amethyst

📋 copy color: '#985FDB'

red 152 ◦ green 95 ◦ blue 219

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

Shades of Amethyst #985FDB

Tints of Amethyst #985FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.39%

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

R = 32.62%
G = 20.39%
B = 47%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#985FDB (or 0x985FDB) is known color: Amethyst. HEX triplet: 98, 5F and DB. RGB value is (152,95,219). Sum of RGB (Red+Green+Blue) = 152+95+219=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #985FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FDB is #67A024. Grayscale: #7D7D7D. Windows color (decimal): -6791205 or 14376856. OLE color: 14376856.

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

Color convert

RGB 152 95 219 -
CMYK 0.31 0.57 0 0.14
HSL 267.58º 0.63% 0.62% -
HSV(B) 267.58º 0.57% 0.86% -
XYZ 29.83 19.97 69.3 -
YUV 126.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 152 95 219 0.31 0.57 0 0.14 267.58 0.63 0.62
Hex 98 5F DB 1F 39 0 E 10C 3F 3E
Octal 230 137 333 37 71 0 16 414 77 76
Binary 10011000 1011111 11011011 11111 111001 0 1110 100001100 111111 111110

Color Harmonies of #985FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985FDB

Black with #985FDB

Text Example


Text Example

White with #985FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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