Html Css Color HEX #9859DD Amethyst

📋 copy color: '#9859DD'

red 152 ◦ green 89 ◦ blue 221

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

Shades of Amethyst #9859DD

Tints of Amethyst #9859DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 32.9%
G = 19.26%
B = 47.84%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9859DD (or 0x9859DD) is known color: Amethyst. HEX triplet: 98, 59 and DD. RGB value is (152,89,221). Sum of RGB (Red+Green+Blue) = 152+89+221=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #9859DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859DD is #67A622. Grayscale: #7A7A7A. Windows color (decimal): -6792739 or 14506392. OLE color: 14506392.

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

Color convert

RGB 152 89 221 -
CMYK 0.31 0.60 0 0.13
HSL 268.64º 0.66% 0.61% -
HSV(B) 268.64º 0.6% 0.87% -
XYZ 29.57 19.04 70.52 -
YUV 122.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 152 89 221 0.31 0.60 0 0.13 268.64 0.66 0.61
Hex 98 59 DD 1F 3C 0 D 10D 42 3D
Octal 230 131 335 37 74 0 15 415 102 75
Binary 10011000 1011001 11011101 11111 111100 0 1101 100001101 1000010 111101

Color Harmonies of #9859DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9859DD

Black with #9859DD

Text Example


Text Example

White with #9859DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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