Html Css Color HEX #8551CE Amethyst

📋 copy color: '#8551CE'

red 133 ◦ green 81 ◦ blue 206

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

Shades of Amethyst #8551CE

Tints of Amethyst #8551CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.29%

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

R = 31.67%
G = 19.29%
B = 49.05%

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

#8551CE (or 0x8551CE) is known color: Amethyst. HEX triplet: 85, 51 and CE. RGB value is (133,81,206). Sum of RGB (Red+Green+Blue) = 133+81+206=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #8551CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8551CE is #7AAE31. Grayscale: #6E6E6E. Windows color (decimal): -8039986 or 13521285. OLE color: 13521285.

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

Color convert

RGB 133 81 206 -
CMYK 0.35 0.61 0 0.19
HSL 264.96º 0.56% 0.56% -
HSV(B) 264.96º 0.61% 0.81% -
XYZ 23.76 15.33 60.1 -
YUV 110.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 133 81 206 0.35 0.61 0 0.19 264.96 0.56 0.56
Hex 85 51 CE 23 3D 0 13 109 38 38
Octal 205 121 316 43 75 0 23 411 70 70
Binary 10000101 1010001 11001110 100011 111101 0 10011 100001001 111000 111000

Color Harmonies of #8551CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8551CE

Black with #8551CE

Text Example


Text Example

White with #8551CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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