Html Css Color HEX #985ACD Amethyst

📋 copy color: '#985ACD'

red 152 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #985ACD

Tints of Amethyst #985ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.13%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 34%
G = 20.13%
B = 45.86%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#985ACD (or 0x985ACD) is known color: Amethyst. HEX triplet: 98, 5A and CD. RGB value is (152,90,205). Sum of RGB (Red+Green+Blue) = 152+90+205=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #985ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ACD is #67A532. Grayscale: #797979. Windows color (decimal): -6792499 or 13458072. OLE color: 13458072.

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

Color convert

RGB 152 90 205 -
CMYK 0.26 0.56 0 0.20
HSL 272.35º 0.53% 0.58% -
HSV(B) 272.35º 0.56% 0.8% -
XYZ 27.62 18.4 59.85 -
YUV 121.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 152 90 205 0.26 0.56 0 0.20 272.35 0.53 0.58
Hex 98 5A CD 1A 38 0 14 110 35 3A
Octal 230 132 315 32 70 0 24 420 65 72
Binary 10011000 1011010 11001101 11010 111000 0 10100 100010000 110101 111010

Color Harmonies of #985ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985ACD

Black with #985ACD

Text Example


Text Example

White with #985ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,90,205); }

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

background-color css

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

 a { background-color: rgb(152,90,205); }

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

border-color css

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

 span { border-color: rgb(152,90,205); }

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