Html Css Color HEX #9859DA Amethyst

📋 copy color: '#9859DA'

red 152 ◦ green 89 ◦ blue 218

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

Shades of Amethyst #9859DA

Tints of Amethyst #9859DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 33.12%
G = 19.39%
B = 47.49%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9859DA (or 0x9859DA) is known color: Amethyst. HEX triplet: 98, 59 and DA. RGB value is (152,89,218). Sum of RGB (Red+Green+Blue) = 152+89+218=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #9859DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859DA is #67A625. Grayscale: #7A7A7A. Windows color (decimal): -6792742 or 14309784. OLE color: 14309784.

HSL color Cylindrical-coordinate representation of color #9859DA: hue angle of 269.3º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9859DA is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 89 218 -
CMYK 0.30 0.59 0 0.15
HSL 269.3º 0.64% 0.6% -
HSV(B) 269.3º 0.59% 0.85% -
XYZ 29.18 18.88 68.44 -
YUV 122.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 152 89 218 0.30 0.59 0 0.15 269.3 0.64 0.6
Hex 98 59 DA 1E 3B 0 F 10D 40 3C
Octal 230 131 332 36 73 0 17 415 100 74
Binary 10011000 1011001 11011010 11110 111011 0 1111 100001101 1000000 111100

Color Harmonies of #9859DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9859DA

Black with #9859DA

Text Example


Text Example

White with #9859DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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