Html Css Color HEX #8850CE Amethyst

📋 copy color: '#8850CE'

red 136 ◦ green 80 ◦ blue 206

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

Shades of Amethyst #8850CE

Tints of Amethyst #8850CE

RGB

 RED value IS 136 (53.52% from 255) = 32.23%

 GREEN value IS 80 (31.64% from 255) = 18.96%

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

R = 32.23%
G = 18.96%
B = 48.82%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8850CE (or 0x8850CE) is known color: Amethyst. HEX triplet: 88, 50 and CE. RGB value is (136,80,206). Sum of RGB (Red+Green+Blue) = 136+80+206=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #8850CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850CE is #77AF31. Grayscale: #6E6E6E. Windows color (decimal): -7843634 or 13521032. OLE color: 13521032.

HSL color Cylindrical-coordinate representation of color #8850CE: hue angle of 266.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8850CE is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 80 206 -
CMYK 0.34 0.61 0 0.19
HSL 266.67º 0.56% 0.56% -
HSV(B) 266.67º 0.61% 0.81% -
XYZ 24.16 15.43 60.1 -
YUV 111.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 136 80 206 0.34 0.61 0 0.19 266.67 0.56 0.56
Hex 88 50 CE 22 3D 0 13 10B 38 38
Octal 210 120 316 42 75 0 23 413 70 70
Binary 10001000 1010000 11001110 100010 111101 0 10011 100001011 111000 111000

Color Harmonies of #8850CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8850CE

Black with #8850CE

Text Example


Text Example

White with #8850CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,80,206); }

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

background-color css

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

 a { background-color: rgb(136,80,206); }

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

border-color css

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

 span { border-color: rgb(136,80,206); }

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