Html Css Color HEX #8557BE Deep Lilac

📋 copy color: '#8557BE'

red 133 ◦ green 87 ◦ blue 190

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

Shades of Deep Lilac #8557BE

Tints of Deep Lilac #8557BE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 32.44%
G = 21.22%
B = 46.34%

CMYK

 C value IS 0.3

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8557BE (or 0x8557BE) is known color: Deep Lilac. HEX triplet: 85, 57 and BE. RGB value is (133,87,190). Sum of RGB (Red+Green+Blue) = 133+87+190=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #8557BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557BE is #7AA841. Grayscale: #707070. Windows color (decimal): -8038466 or 12474245. OLE color: 12474245.

HSL color Cylindrical-coordinate representation of color #8557BE: hue angle of 266.8º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8557BE is Cyan = 0.3, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 87 190 -
CMYK 0.3 0.54 0 0.25
HSL 266.8º 0.44% 0.54% -
HSV(B) 266.8º 0.54% 0.75% -
XYZ 22.38 15.52 50.53 -
YUV 112.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 133 87 190 0.3 0.54 0 0.25 266.8 0.44 0.54
Hex 85 57 BE 1E 36 0 19 10B 2C 36
Octal 205 127 276 36 66 0 31 413 54 66
Binary 10000101 1010111 10111110 11110 110110 0 11001 100001011 101100 110110

Color Harmonies of #8557BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8557BE

Black with #8557BE

Text Example


Text Example

White with #8557BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8557BE; }

 p { color: rgb(133,87,190); }

 H1.HeaderClassName
 {
   color: #8557BE;
 }
 .AnyTagClassName
 {
   color: #8557BE;
 }
</style>

background-color css

<style>
 a { background-color: #8557BE; }

 a { background-color: rgb(133,87,190); }

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

border-color css

<style>
 span { border-color: #8557BE; }

 span { border-color: rgb(133,87,190); }

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