Html Css Color HEX #985FCE Amethyst

📋 copy color: '#985FCE'

red 152 ◦ green 95 ◦ blue 206

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

Shades of Amethyst #985FCE

Tints of Amethyst #985FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 33.55%
G = 20.97%
B = 45.47%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#985FCE (or 0x985FCE) is known color: Amethyst. HEX triplet: 98, 5F and CE. RGB value is (152,95,206). Sum of RGB (Red+Green+Blue) = 152+95+206=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #985FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FCE is #67A031. Grayscale: #7C7C7C. Windows color (decimal): -6791218 or 13524888. OLE color: 13524888.

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

Color convert

RGB 152 95 206 -
CMYK 0.26 0.54 0 0.19
HSL 270.81º 0.53% 0.59% -
HSV(B) 270.81º 0.54% 0.81% -
XYZ 28.18 19.32 60.64 -
YUV 124.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 152 95 206 0.26 0.54 0 0.19 270.81 0.53 0.59
Hex 98 5F CE 1A 36 0 13 10F 35 3B
Octal 230 137 316 32 66 0 23 417 65 73
Binary 10011000 1011111 11001110 11010 110110 0 10011 100001111 110101 111011

Color Harmonies of #985FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985FCE

Black with #985FCE

Text Example


Text Example

White with #985FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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