Html Css Color HEX #8558AE Deep Lilac

📋 copy color: '#8558AE'

red 133 ◦ green 88 ◦ blue 174

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

Shades of Deep Lilac #8558AE

Tints of Deep Lilac #8558AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 33.67%
G = 22.28%
B = 44.05%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8558AE (or 0x8558AE) is known color: Deep Lilac. HEX triplet: 85, 58 and AE. RGB value is (133,88,174). Sum of RGB (Red+Green+Blue) = 133+88+174=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #8558AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8558AE is #7AA751. Grayscale: #6E6E6E. Windows color (decimal): -8038226 or 11425925. OLE color: 11425925.

HSL color Cylindrical-coordinate representation of color #8558AE: hue angle of 271.4º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8558AE is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 88 174 -
CMYK 0.24 0.49 0 0.32
HSL 271.4º 0.35% 0.51% -
HSV(B) 271.4º 0.49% 0.68% -
XYZ 20.8 15.02 41.85 -
YUV 111.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 133 88 174 0.24 0.49 0 0.32 271.4 0.35 0.51
Hex 85 58 AE 18 31 0 20 10F 23 33
Octal 205 130 256 30 61 0 40 417 43 63
Binary 10000101 1011000 10101110 11000 110001 0 100000 100001111 100011 110011

Color Harmonies of #8558AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8558AE

Black with #8558AE

Text Example


Text Example

White with #8558AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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