Html Css Color HEX #985DDA Amethyst

📋 copy color: '#985DDA'

red 152 ◦ green 93 ◦ blue 218

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

Shades of Amethyst #985DDA

Tints of Amethyst #985DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.09%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 32.83%
G = 20.09%
B = 47.08%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#985DDA (or 0x985DDA) is known color: Amethyst. HEX triplet: 98, 5D and DA. RGB value is (152,93,218). Sum of RGB (Red+Green+Blue) = 152+93+218=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #985DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DDA is #67A225. Grayscale: #7C7C7C. Windows color (decimal): -6791718 or 14310808. OLE color: 14310808.

HSL color Cylindrical-coordinate representation of color #985DDA: hue angle of 268.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #985DDA is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 93 218 -
CMYK 0.30 0.57 0 0.15
HSL 268.32º 0.63% 0.61% -
HSV(B) 268.32º 0.57% 0.85% -
XYZ 29.52 19.57 68.55 -
YUV 124.89 180.55 147.34 -
System Red Green Blue C M Y K H S L
Decimal 152 93 218 0.30 0.57 0 0.15 268.32 0.63 0.61
Hex 98 5D DA 1E 39 0 F 10C 3F 3D
Octal 230 135 332 36 71 0 17 414 77 75
Binary 10011000 1011101 11011010 11110 111001 0 1111 100001100 111111 111101

Color Harmonies of #985DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DDA

Black with #985DDA

Text Example


Text Example

White with #985DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,93,218); }

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

background-color css

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

 a { background-color: rgb(152,93,218); }

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

border-color css

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

 span { border-color: rgb(152,93,218); }

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