Html Css Color HEX #9856CE Amethyst

📋 copy color: '#9856CE'

red 152 ◦ green 86 ◦ blue 206

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

Shades of Amethyst #9856CE

Tints of Amethyst #9856CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 34.23%
G = 19.37%
B = 46.4%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9856CE (or 0x9856CE) is known color: Amethyst. HEX triplet: 98, 56 and CE. RGB value is (152,86,206). Sum of RGB (Red+Green+Blue) = 152+86+206=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #9856CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9856CE is #67A931. Grayscale: #777777. Windows color (decimal): -6793522 or 13522584. OLE color: 13522584.

HSL color Cylindrical-coordinate representation of color #9856CE: hue angle of 273º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9856CE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 86 206 -
CMYK 0.26 0.58 0 0.19
HSL 273º 0.55% 0.57% -
HSV(B) 273º 0.58% 0.81% -
XYZ 27.42 17.79 60.38 -
YUV 119.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 152 86 206 0.26 0.58 0 0.19 273 0.55 0.57
Hex 98 56 CE 1A 3A 0 13 111 37 39
Octal 230 126 316 32 72 0 23 421 67 71
Binary 10011000 1010110 11001110 11010 111010 0 10011 100010001 110111 111001

Color Harmonies of #9856CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9856CE

Black with #9856CE

Text Example


Text Example

White with #9856CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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