Html Css Color HEX #8558BF Amethyst

📋 copy color: '#8558BF'

red 133 ◦ green 88 ◦ blue 191

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

Shades of Amethyst #8558BF

Tints of Amethyst #8558BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.36%

R = 32.28%
G = 21.36%
B = 46.36%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8558BF (or 0x8558BF) is known color: Amethyst. HEX triplet: 85, 58 and BF. RGB value is (133,88,191). Sum of RGB (Red+Green+Blue) = 133+88+191=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #8558BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558BF is #7AA740. Grayscale: #707070. Windows color (decimal): -8038209 or 12540037. OLE color: 12540037.

HSL color Cylindrical-coordinate representation of color #8558BF: hue angle of 266.21º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8558BF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 88 191 -
CMYK 0.30 0.54 0 0.25
HSL 266.21º 0.45% 0.55% -
HSV(B) 266.21º 0.54% 0.75% -
XYZ 22.57 15.73 51.14 -
YUV 113.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 133 88 191 0.30 0.54 0 0.25 266.21 0.45 0.55
Hex 85 58 BF 1E 36 0 19 10A 2D 37
Octal 205 130 277 36 66 0 31 412 55 67
Binary 10000101 1011000 10111111 11110 110110 0 11001 100001010 101101 110111

Color Harmonies of #8558BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8558BF

Black with #8558BF

Text Example


Text Example

White with #8558BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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