Html Css Color HEX #8550CE Amethyst

📋 copy color: '#8550CE'

red 133 ◦ green 80 ◦ blue 206

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

Shades of Amethyst #8550CE

Tints of Amethyst #8550CE

RGB

 RED value IS 133 (52.34% from 255) = 31.74%

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

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

R = 31.74%
G = 19.09%
B = 49.16%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8550CE (or 0x8550CE) is known color: Amethyst. HEX triplet: 85, 50 and CE. RGB value is (133,80,206). Sum of RGB (Red+Green+Blue) = 133+80+206=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #8550CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550CE is #7AAF31. Grayscale: #6D6D6D. Windows color (decimal): -8040242 or 13521029. OLE color: 13521029.

HSL color Cylindrical-coordinate representation of color #8550CE: hue angle of 265.24º 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 #8550CE is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 80 206 -
CMYK 0.35 0.61 0 0.19
HSL 265.24º 0.56% 0.56% -
HSV(B) 265.24º 0.61% 0.81% -
XYZ 23.68 15.18 60.07 -
YUV 110.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 133 80 206 0.35 0.61 0 0.19 265.24 0.56 0.56
Hex 85 50 CE 23 3D 0 13 109 38 38
Octal 205 120 316 43 75 0 23 411 70 70
Binary 10000101 1010000 11001110 100011 111101 0 10011 100001001 111000 111000

Color Harmonies of #8550CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550CE

Black with #8550CE

Text Example


Text Example

White with #8550CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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