Html Css Color HEX #8558C9 Amethyst

📋 copy color: '#8558C9'

red 133 ◦ green 88 ◦ blue 201

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

Shades of Amethyst #8558C9

Tints of Amethyst #8558C9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.85%

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 31.52%
G = 20.85%
B = 47.63%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8558C9 (or 0x8558C9) is known color: Amethyst. HEX triplet: 85, 58 and C9. RGB value is (133,88,201). Sum of RGB (Red+Green+Blue) = 133+88+201=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #8558C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558C9 is #7AA736. Grayscale: #717171. Windows color (decimal): -8038199 or 13195397. OLE color: 13195397.

HSL color Cylindrical-coordinate representation of color #8558C9: hue angle of 263.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8558C9 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 88 201 -
CMYK 0.34 0.56 0 0.21
HSL 263.89º 0.51% 0.57% -
HSV(B) 263.89º 0.56% 0.79% -
XYZ 23.71 16.18 57.13 -
YUV 114.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 133 88 201 0.34 0.56 0 0.21 263.89 0.51 0.57
Hex 85 58 C9 22 38 0 15 108 33 39
Octal 205 130 311 42 70 0 25 410 63 71
Binary 10000101 1011000 11001001 100010 111000 0 10101 100001000 110011 111001

Color Harmonies of #8558C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8558C9

Black with #8558C9

Text Example


Text Example

White with #8558C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8558C9; }

 p { color: rgb(133,88,201); }

 H1.HeaderClassName
 {
   color: #8558C9;
 }
 .AnyTagClassName
 {
   color: #8558C9;
 }
</style>

background-color css

<style>
 a { background-color: #8558C9; }

 a { background-color: rgb(133,88,201); }

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

border-color css

<style>
 span { border-color: #8558C9; }

 span { border-color: rgb(133,88,201); }

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