Html Css Color HEX #985FDC Amethyst

📋 copy color: '#985FDC'

red 152 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #985FDC

Tints of Amethyst #985FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 32.55%
G = 20.34%
B = 47.11%

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

#985FDC (or 0x985FDC) is known color: Amethyst. HEX triplet: 98, 5F and DC. RGB value is (152,95,220). Sum of RGB (Red+Green+Blue) = 152+95+220=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #985FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FDC is #67A023. Grayscale: #7D7D7D. Windows color (decimal): -6791204 or 14442392. OLE color: 14442392.

HSL color Cylindrical-coordinate representation of color #985FDC: hue angle of 267.36º degrees, saturation: 0.64, 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 #985FDC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 95 220 -
CMYK 0.31 0.57 0 0.14
HSL 267.36º 0.64% 0.62% -
HSV(B) 267.36º 0.57% 0.86% -
XYZ 29.96 20.03 70 -
YUV 126.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 152 95 220 0.31 0.57 0 0.14 267.36 0.64 0.62
Hex 98 5F DC 1F 39 0 E 10B 40 3E
Octal 230 137 334 37 71 0 16 413 100 76
Binary 10011000 1011111 11011100 11111 111001 0 1110 100001011 1000000 111110

Color Harmonies of #985FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985FDC

Black with #985FDC

Text Example


Text Example

White with #985FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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