Html Css Color HEX #9856DC Amethyst

📋 copy color: '#9856DC'

red 152 ◦ green 86 ◦ blue 220

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

Shades of Amethyst #9856DC

Tints of Amethyst #9856DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.78%

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 33.19%
G = 18.78%
B = 48.03%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9856DC (or 0x9856DC) is known color: Amethyst. HEX triplet: 98, 56 and DC. RGB value is (152,86,220). Sum of RGB (Red+Green+Blue) = 152+86+220=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #9856DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9856DC is #67A923. Grayscale: #787878. Windows color (decimal): -6793508 or 14440088. OLE color: 14440088.

HSL color Cylindrical-coordinate representation of color #9856DC: hue angle of 269.55º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9856DC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 86 220 -
CMYK 0.31 0.61 0 0.14
HSL 269.55º 0.66% 0.6% -
HSV(B) 269.55º 0.61% 0.86% -
XYZ 29.19 18.5 69.74 -
YUV 121.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 152 86 220 0.31 0.61 0 0.14 269.55 0.66 0.6
Hex 98 56 DC 1F 3D 0 E 10E 42 3C
Octal 230 126 334 37 75 0 16 416 102 74
Binary 10011000 1010110 11011100 11111 111101 0 1110 100001110 1000010 111100

Color Harmonies of #9856DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9856DC

Black with #9856DC

Text Example


Text Example

White with #9856DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9856DC; }

 p { color: rgb(152,86,220); }

 H1.HeaderClassName
 {
   color: #9856DC;
 }
 .AnyTagClassName
 {
   color: #9856DC;
 }
</style>

background-color css

<style>
 a { background-color: #9856DC; }

 a { background-color: rgb(152,86,220); }

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

border-color css

<style>
 span { border-color: #9856DC; }

 span { border-color: rgb(152,86,220); }

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