Html Css Color HEX #8855CE Amethyst

📋 copy color: '#8855CE'

red 136 ◦ green 85 ◦ blue 206

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

Shades of Amethyst #8855CE

Tints of Amethyst #8855CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.91%

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

R = 31.85%
G = 19.91%
B = 48.24%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8855CE (or 0x8855CE) is known color: Amethyst. HEX triplet: 88, 55 and CE. RGB value is (136,85,206). Sum of RGB (Red+Green+Blue) = 136+85+206=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #8855CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8855CE is #77AA31. Grayscale: #717171. Windows color (decimal): -7842354 or 13522312. OLE color: 13522312.

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

Color convert

RGB 136 85 206 -
CMYK 0.34 0.59 0 0.19
HSL 265.29º 0.55% 0.57% -
HSV(B) 265.29º 0.59% 0.81% -
XYZ 24.54 16.19 60.22 -
YUV 114.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 136 85 206 0.34 0.59 0 0.19 265.29 0.55 0.57
Hex 88 55 CE 22 3B 0 13 109 37 39
Octal 210 125 316 42 73 0 23 411 67 71
Binary 10001000 1010101 11001110 100010 111011 0 10011 100001001 110111 111001

Color Harmonies of #8855CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8855CE

Black with #8855CE

Text Example


Text Example

White with #8855CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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