Html Css Color HEX #9859CC Amethyst

📋 copy color: '#9859CC'

red 152 ◦ green 89 ◦ blue 204

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

Shades of Amethyst #9859CC

Tints of Amethyst #9859CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20%

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

R = 34.16%
G = 20%
B = 45.84%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9859CC (or 0x9859CC) is known color: Amethyst. HEX triplet: 98, 59 and CC. RGB value is (152,89,204). Sum of RGB (Red+Green+Blue) = 152+89+204=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #9859CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859CC is #67A633. Grayscale: #787878. Windows color (decimal): -6792756 or 13392280. OLE color: 13392280.

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

Color convert

RGB 152 89 204 -
CMYK 0.25 0.56 0 0.2
HSL 272.87º 0.53% 0.57% -
HSV(B) 272.87º 0.56% 0.8% -
XYZ 27.42 18.18 59.19 -
YUV 120.95 174.87 150.15 -
System Red Green Blue C M Y K H S L
Decimal 152 89 204 0.25 0.56 0 0.2 272.87 0.53 0.57
Hex 98 59 CC 19 38 0 14 111 35 39
Octal 230 131 314 31 70 0 24 421 65 71
Binary 10011000 1011001 11001100 11001 111000 0 10100 100010001 110101 111001

Color Harmonies of #9859CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9859CC

Black with #9859CC

Text Example


Text Example

White with #9859CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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