Html Css Color HEX #985ACC Amethyst

📋 copy color: '#985ACC'

red 152 ◦ green 90 ◦ blue 204

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

Shades of Amethyst #985ACC

Tints of Amethyst #985ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 34.08%
G = 20.18%
B = 45.74%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#985ACC (or 0x985ACC) is known color: Amethyst. HEX triplet: 98, 5A and CC. RGB value is (152,90,204). Sum of RGB (Red+Green+Blue) = 152+90+204=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #985ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ACC is #67A533. Grayscale: #797979. Windows color (decimal): -6792500 or 13392536. OLE color: 13392536.

HSL color Cylindrical-coordinate representation of color #985ACC: hue angle of 272.63º 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 #985ACC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 90 204 -
CMYK 0.25 0.56 0 0.2
HSL 272.63º 0.53% 0.58% -
HSV(B) 272.63º 0.56% 0.8% -
XYZ 27.5 18.35 59.22 -
YUV 121.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 152 90 204 0.25 0.56 0 0.2 272.63 0.53 0.58
Hex 98 5A CC 19 38 0 14 111 35 3A
Octal 230 132 314 31 70 0 24 421 65 72
Binary 10011000 1011010 11001100 11001 111000 0 10100 100010001 110101 111010

Color Harmonies of #985ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985ACC

Black with #985ACC

Text Example


Text Example

White with #985ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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