Html Css Color HEX #985CD2 Amethyst

📋 copy color: '#985CD2'

red 152 ◦ green 92 ◦ blue 210

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

Shades of Amethyst #985CD2

Tints of Amethyst #985CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 33.48%
G = 20.26%
B = 46.26%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#985CD2 (or 0x985CD2) is known color: Amethyst. HEX triplet: 98, 5C and D2. RGB value is (152,92,210). Sum of RGB (Red+Green+Blue) = 152+92+210=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #985CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CD2 is #67A32D. Grayscale: #7A7A7A. Windows color (decimal): -6791982 or 13786264. OLE color: 13786264.

HSL color Cylindrical-coordinate representation of color #985CD2: hue angle of 270.51º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #985CD2 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 92 210 -
CMYK 0.28 0.56 0 0.18
HSL 270.51º 0.57% 0.59% -
HSV(B) 270.51º 0.56% 0.82% -
XYZ 28.41 18.98 63.14 -
YUV 123.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 152 92 210 0.28 0.56 0 0.18 270.51 0.57 0.59
Hex 98 5C D2 1C 38 0 12 10F 39 3B
Octal 230 134 322 34 70 0 22 417 71 73
Binary 10011000 1011100 11010010 11100 111000 0 10010 100001111 111001 111011

Color Harmonies of #985CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CD2

Black with #985CD2

Text Example


Text Example

White with #985CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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