Html Css Color HEX #9860D4 Amethyst

📋 copy color: '#9860D4'

red 152 ◦ green 96 ◦ blue 212

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

Shades of Amethyst #9860D4

Tints of Amethyst #9860D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.09%

R = 33.04%
G = 20.87%
B = 46.09%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9860D4 (or 0x9860D4) is known color: Amethyst. HEX triplet: 98, 60 and D4. RGB value is (152,96,212). Sum of RGB (Red+Green+Blue) = 152+96+212=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #9860D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860D4 is #679F2B. Grayscale: #7D7D7D. Windows color (decimal): -6790956 or 13918360. OLE color: 13918360.

HSL color Cylindrical-coordinate representation of color #9860D4: hue angle of 268.97º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9860D4 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 96 212 -
CMYK 0.28 0.55 0 0.17
HSL 268.97º 0.57% 0.6% -
HSV(B) 268.97º 0.55% 0.83% -
XYZ 29.02 19.79 64.58 -
YUV 125.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 152 96 212 0.28 0.55 0 0.17 268.97 0.57 0.6
Hex 98 60 D4 1C 37 0 11 10D 39 3C
Octal 230 140 324 34 67 0 21 415 71 74
Binary 10011000 1100000 11010100 11100 110111 0 10001 100001101 111001 111100

Color Harmonies of #9860D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860D4

Black with #9860D4

Text Example


Text Example

White with #9860D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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