Html Css Color HEX #9860D3 Amethyst

📋 copy color: '#9860D3'

red 152 ◦ green 96 ◦ blue 211

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

Shades of Amethyst #9860D3

Tints of Amethyst #9860D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.97%

R = 33.12%
G = 20.92%
B = 45.97%

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

#9860D3 (or 0x9860D3) is known color: Amethyst. HEX triplet: 98, 60 and D3. RGB value is (152,96,211). Sum of RGB (Red+Green+Blue) = 152+96+211=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #9860D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860D3 is #679F2C. Grayscale: #7D7D7D. Windows color (decimal): -6790957 or 13852824. OLE color: 13852824.

HSL color Cylindrical-coordinate representation of color #9860D3: hue angle of 269.22º 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 #9860D3 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 96 211 -
CMYK 0.28 0.55 0 0.17
HSL 269.22º 0.57% 0.6% -
HSV(B) 269.22º 0.55% 0.83% -
XYZ 28.89 19.74 63.92 -
YUV 125.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 152 96 211 0.28 0.55 0 0.17 269.22 0.57 0.6
Hex 98 60 D3 1C 37 0 11 10D 39 3C
Octal 230 140 323 34 67 0 21 415 71 74
Binary 10011000 1100000 11010011 11100 110111 0 10001 100001101 111001 111100

Color Harmonies of #9860D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860D3

Black with #9860D3

Text Example


Text Example

White with #9860D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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