Html Css Color HEX #985FCD Amethyst

📋 copy color: '#985FCD'

red 152 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #985FCD

Tints of Amethyst #985FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 33.63%
G = 21.02%
B = 45.35%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#985FCD (or 0x985FCD) is known color: Amethyst. HEX triplet: 98, 5F and CD. RGB value is (152,95,205). Sum of RGB (Red+Green+Blue) = 152+95+205=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #985FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FCD is #67A032. Grayscale: #7C7C7C. Windows color (decimal): -6791219 or 13459352. OLE color: 13459352.

HSL color Cylindrical-coordinate representation of color #985FCD: hue angle of 271.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #985FCD is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 95 205 -
CMYK 0.26 0.54 0 0.20
HSL 271.09º 0.52% 0.59% -
HSV(B) 271.09º 0.54% 0.8% -
XYZ 28.06 19.27 60 -
YUV 124.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 152 95 205 0.26 0.54 0 0.20 271.09 0.52 0.59
Hex 98 5F CD 1A 36 0 14 10F 34 3B
Octal 230 137 315 32 66 0 24 417 64 73
Binary 10011000 1011111 11001101 11010 110110 0 10100 100001111 110100 111011

Color Harmonies of #985FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985FCD

Black with #985FCD

Text Example


Text Example

White with #985FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,95,205); }

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

background-color css

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

 a { background-color: rgb(152,95,205); }

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

border-color css

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

 span { border-color: rgb(152,95,205); }

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