Html Css Color HEX #8558CA Amethyst

📋 copy color: '#8558CA'

red 133 ◦ green 88 ◦ blue 202

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

Shades of Amethyst #8558CA

Tints of Amethyst #8558CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 31.44%
G = 20.8%
B = 47.75%

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

#8558CA (or 0x8558CA) is known color: Amethyst. HEX triplet: 85, 58 and CA. RGB value is (133,88,202). Sum of RGB (Red+Green+Blue) = 133+88+202=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #8558CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558CA is #7AA735. Grayscale: #727272. Windows color (decimal): -8038198 or 13260933. OLE color: 13260933.

HSL color Cylindrical-coordinate representation of color #8558CA: hue angle of 263.68º degrees, saturation: 0.52, 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 #8558CA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 88 202 -
CMYK 0.34 0.56 0 0.21
HSL 263.68º 0.52% 0.57% -
HSV(B) 263.68º 0.56% 0.79% -
XYZ 23.82 16.23 57.75 -
YUV 114.45 177.41 141.23 -
System Red Green Blue C M Y K H S L
Decimal 133 88 202 0.34 0.56 0 0.21 263.68 0.52 0.57
Hex 85 58 CA 22 38 0 15 108 34 39
Octal 205 130 312 42 70 0 25 410 64 71
Binary 10000101 1011000 11001010 100010 111000 0 10101 100001000 110100 111001

Color Harmonies of #8558CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8558CA

Black with #8558CA

Text Example


Text Example

White with #8558CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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