Html Css Color HEX #9859CA Amethyst

📋 copy color: '#9859CA'

red 152 ◦ green 89 ◦ blue 202

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

Shades of Amethyst #9859CA

Tints of Amethyst #9859CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 34.31%
G = 20.09%
B = 45.6%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9859CA (or 0x9859CA) is known color: Amethyst. HEX triplet: 98, 59 and CA. RGB value is (152,89,202). Sum of RGB (Red+Green+Blue) = 152+89+202=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #9859CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859CA is #67A635. Grayscale: #787878. Windows color (decimal): -6792758 or 13261208. OLE color: 13261208.

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

Color convert

RGB 152 89 202 -
CMYK 0.25 0.56 0 0.21
HSL 273.45º 0.52% 0.57% -
HSV(B) 273.45º 0.56% 0.79% -
XYZ 27.18 18.08 57.94 -
YUV 120.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 152 89 202 0.25 0.56 0 0.21 273.45 0.52 0.57
Hex 98 59 CA 19 38 0 15 111 34 39
Octal 230 131 312 31 70 0 25 421 64 71
Binary 10011000 1011001 11001010 11001 111000 0 10101 100010001 110100 111001

Color Harmonies of #9859CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9859CA

Black with #9859CA

Text Example


Text Example

White with #9859CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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