Html Css Color HEX #985BDD Amethyst

📋 copy color: '#985BDD'

red 152 ◦ green 91 ◦ blue 221

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

Shades of Amethyst #985BDD

Tints of Amethyst #985BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.61%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 32.76%
G = 19.61%
B = 47.63%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#985BDD (or 0x985BDD) is known color: Amethyst. HEX triplet: 98, 5B and DD. RGB value is (152,91,221). Sum of RGB (Red+Green+Blue) = 152+91+221=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #985BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BDD is #67A422. Grayscale: #7B7B7B. Windows color (decimal): -6792227 or 14506904. OLE color: 14506904.

HSL color Cylindrical-coordinate representation of color #985BDD: hue angle of 268.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #985BDD is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 91 221 -
CMYK 0.31 0.59 0 0.13
HSL 268.15º 0.66% 0.61% -
HSV(B) 268.15º 0.59% 0.87% -
XYZ 29.74 19.38 70.58 -
YUV 124.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 152 91 221 0.31 0.59 0 0.13 268.15 0.66 0.61
Hex 98 5B DD 1F 3B 0 D 10C 42 3D
Octal 230 133 335 37 73 0 15 414 102 75
Binary 10011000 1011011 11011101 11111 111011 0 1101 100001100 1000010 111101

Color Harmonies of #985BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BDD

Black with #985BDD

Text Example


Text Example

White with #985BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,91,221); }

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

background-color css

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

 a { background-color: rgb(152,91,221); }

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

border-color css

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

 span { border-color: rgb(152,91,221); }

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