Html Css Color HEX #8558B3 Deep Lilac

📋 copy color: '#8558B3'

red 133 ◦ green 88 ◦ blue 179

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

Shades of Deep Lilac #8558B3

Tints of Deep Lilac #8558B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.75%

R = 33.25%
G = 22%
B = 44.75%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8558B3 (or 0x8558B3) is known color: Deep Lilac. HEX triplet: 85, 58 and B3. RGB value is (133,88,179). Sum of RGB (Red+Green+Blue) = 133+88+179=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #8558B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558B3 is #7AA74C. Grayscale: #6F6F6F. Windows color (decimal): -8038221 or 11753605. OLE color: 11753605.

HSL color Cylindrical-coordinate representation of color #8558B3: hue angle of 269.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8558B3 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 88 179 -
CMYK 0.26 0.51 0 0.30
HSL 269.67º 0.37% 0.52% -
HSV(B) 269.67º 0.51% 0.7% -
XYZ 21.3 15.22 44.46 -
YUV 111.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 133 88 179 0.26 0.51 0 0.30 269.67 0.37 0.52
Hex 85 58 B3 1A 33 0 1E 10E 25 34
Octal 205 130 263 32 63 0 36 416 45 64
Binary 10000101 1011000 10110011 11010 110011 0 11110 100001110 100101 110100

Color Harmonies of #8558B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8558B3

Black with #8558B3

Text Example


Text Example

White with #8558B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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