Html Css Color HEX #9859DC Amethyst

📋 copy color: '#9859DC'

red 152 ◦ green 89 ◦ blue 220

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

Shades of Amethyst #9859DC

Tints of Amethyst #9859DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 32.97%
G = 19.31%
B = 47.72%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9859DC (or 0x9859DC) is known color: Amethyst. HEX triplet: 98, 59 and DC. RGB value is (152,89,220). Sum of RGB (Red+Green+Blue) = 152+89+220=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #9859DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859DC is #67A623. Grayscale: #7A7A7A. Windows color (decimal): -6792740 or 14440856. OLE color: 14440856.

HSL color Cylindrical-coordinate representation of color #9859DC: hue angle of 268.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9859DC is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 89 220 -
CMYK 0.31 0.60 0 0.14
HSL 268.85º 0.65% 0.61% -
HSV(B) 268.85º 0.6% 0.86% -
XYZ 29.44 18.99 69.82 -
YUV 122.77 182.87 148.85 -
System Red Green Blue C M Y K H S L
Decimal 152 89 220 0.31 0.60 0 0.14 268.85 0.65 0.61
Hex 98 59 DC 1F 3C 0 E 10D 41 3D
Octal 230 131 334 37 74 0 16 415 101 75
Binary 10011000 1011001 11011100 11111 111100 0 1110 100001101 1000001 111101

Color Harmonies of #9859DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9859DC

Black with #9859DC

Text Example


Text Example

White with #9859DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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