Html Css Color HEX #9860D8 Amethyst

📋 copy color: '#9860D8'

red 152 ◦ green 96 ◦ blue 216

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

Shades of Amethyst #9860D8

Tints of Amethyst #9860D8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.69%

 BLUE value IS 216 (84.77% from 255) = 46.55%

R = 32.76%
G = 20.69%
B = 46.55%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9860D8 (or 0x9860D8) is known color: Amethyst. HEX triplet: 98, 60 and D8. RGB value is (152,96,216). Sum of RGB (Red+Green+Blue) = 152+96+216=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #9860D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860D8 is #679F27. Grayscale: #7E7E7E. Windows color (decimal): -6790952 or 14180504. OLE color: 14180504.

HSL color Cylindrical-coordinate representation of color #9860D8: hue angle of 268º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9860D8 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 96 216 -
CMYK 0.30 0.56 0 0.15
HSL 268º 0.61% 0.61% -
HSV(B) 268º 0.56% 0.85% -
XYZ 29.53 20 67.27 -
YUV 126.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 152 96 216 0.30 0.56 0 0.15 268 0.61 0.61
Hex 98 60 D8 1E 38 0 F 10C 3D 3D
Octal 230 140 330 36 70 0 17 414 75 75
Binary 10011000 1100000 11011000 11110 111000 0 1111 100001100 111101 111101

Color Harmonies of #9860D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860D8

Black with #9860D8

Text Example


Text Example

White with #9860D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9860D8; }

 p { color: rgb(152,96,216); }

 H1.HeaderClassName
 {
   color: #9860D8;
 }
 .AnyTagClassName
 {
   color: #9860D8;
 }
</style>

background-color css

<style>
 a { background-color: #9860D8; }

 a { background-color: rgb(152,96,216); }

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

border-color css

<style>
 span { border-color: #9860D8; }

 span { border-color: rgb(152,96,216); }

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