Html Css Color HEX #9857CC Amethyst

📋 copy color: '#9857CC'

red 152 ◦ green 87 ◦ blue 204

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

Shades of Amethyst #9857CC

Tints of Amethyst #9857CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 34.31%
G = 19.64%
B = 46.05%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9857CC (or 0x9857CC) is known color: Amethyst. HEX triplet: 98, 57 and CC. RGB value is (152,87,204). Sum of RGB (Red+Green+Blue) = 152+87+204=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #9857CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9857CC is #67A833. Grayscale: #777777. Windows color (decimal): -6793268 or 13391768. OLE color: 13391768.

HSL color Cylindrical-coordinate representation of color #9857CC: hue angle of 273.33º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9857CC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 87 204 -
CMYK 0.25 0.57 0 0.2
HSL 273.33º 0.53% 0.57% -
HSV(B) 273.33º 0.57% 0.8% -
XYZ 27.26 17.85 59.14 -
YUV 119.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 152 87 204 0.25 0.57 0 0.2 273.33 0.53 0.57
Hex 98 57 CC 19 39 0 14 111 35 39
Octal 230 127 314 31 71 0 24 421 65 71
Binary 10011000 1010111 11001100 11001 111001 0 10100 100010001 110101 111001

Color Harmonies of #9857CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9857CC

Black with #9857CC

Text Example


Text Example

White with #9857CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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