Html Css Color HEX #9857E1 Amethyst

📋 copy color: '#9857E1'

red 152 ◦ green 87 ◦ blue 225

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

Shades of Amethyst #9857E1

Tints of Amethyst #9857E1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.75%

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 32.76%
G = 18.75%
B = 48.49%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9857E1 (or 0x9857E1) is known color: Amethyst. HEX triplet: 98, 57 and E1. RGB value is (152,87,225). Sum of RGB (Red+Green+Blue) = 152+87+225=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #9857E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9857E1 is #67A81E. Grayscale: #797979. Windows color (decimal): -6793247 or 14768024. OLE color: 14768024.

HSL color Cylindrical-coordinate representation of color #9857E1: hue angle of 268.26º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9857E1 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 87 225 -
CMYK 0.32 0.61 0 0.12
HSL 268.26º 0.7% 0.61% -
HSV(B) 268.26º 0.61% 0.88% -
XYZ 29.95 18.93 73.31 -
YUV 122.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 152 87 225 0.32 0.61 0 0.12 268.26 0.7 0.61
Hex 98 57 E1 20 3D 0 C 10C 46 3D
Octal 230 127 341 40 75 0 14 414 106 75
Binary 10011000 1010111 11100001 100000 111101 0 1100 100001100 1000110 111101

Color Harmonies of #9857E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9857E1

Black with #9857E1

Text Example


Text Example

White with #9857E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9857E1; }

 p { color: rgb(152,87,225); }

 H1.HeaderClassName
 {
   color: #9857E1;
 }
 .AnyTagClassName
 {
   color: #9857E1;
 }
</style>

background-color css

<style>
 a { background-color: #9857E1; }

 a { background-color: rgb(152,87,225); }

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

border-color css

<style>
 span { border-color: #9857E1; }

 span { border-color: rgb(152,87,225); }

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