Html Css Color HEX #985CCC Amethyst

📋 copy color: '#985CCC'

red 152 ◦ green 92 ◦ blue 204

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

Shades of Amethyst #985CCC

Tints of Amethyst #985CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

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

R = 33.93%
G = 20.54%
B = 45.54%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#985CCC (or 0x985CCC) is known color: Amethyst. HEX triplet: 98, 5C and CC. RGB value is (152,92,204). Sum of RGB (Red+Green+Blue) = 152+92+204=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #985CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CCC is #67A333. Grayscale: #7A7A7A. Windows color (decimal): -6791988 or 13393048. OLE color: 13393048.

HSL color Cylindrical-coordinate representation of color #985CCC: hue angle of 272.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985CCC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 92 204 -
CMYK 0.25 0.55 0 0.2
HSL 272.14º 0.52% 0.58% -
HSV(B) 272.14º 0.55% 0.8% -
XYZ 27.68 18.69 59.28 -
YUV 122.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 152 92 204 0.25 0.55 0 0.2 272.14 0.52 0.58
Hex 98 5C CC 19 37 0 14 110 34 3A
Octal 230 134 314 31 67 0 24 420 64 72
Binary 10011000 1011100 11001100 11001 110111 0 10100 100010000 110100 111010

Color Harmonies of #985CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CCC

Black with #985CCC

Text Example


Text Example

White with #985CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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