Html Css Color HEX #8555BC Deep Lilac

📋 copy color: '#8555BC'

red 133 ◦ green 85 ◦ blue 188

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

Shades of Deep Lilac #8555BC

Tints of Deep Lilac #8555BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.94%

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 32.76%
G = 20.94%
B = 46.31%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8555BC (or 0x8555BC) is known color: Deep Lilac. HEX triplet: 85, 55 and BC. RGB value is (133,85,188). Sum of RGB (Red+Green+Blue) = 133+85+188=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #8555BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8555BC is #7AAA43. Grayscale: #6E6E6E. Windows color (decimal): -8038980 or 12342661. OLE color: 12342661.

HSL color Cylindrical-coordinate representation of color #8555BC: hue angle of 267.96º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8555BC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 85 188 -
CMYK 0.29 0.55 0 0.26
HSL 267.96º 0.43% 0.54% -
HSV(B) 267.96º 0.55% 0.74% -
XYZ 22 15.11 49.33 -
YUV 111.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 133 85 188 0.29 0.55 0 0.26 267.96 0.43 0.54
Hex 85 55 BC 1D 37 0 1A 10C 2B 36
Octal 205 125 274 35 67 0 32 414 53 66
Binary 10000101 1010101 10111100 11101 110111 0 11010 100001100 101011 110110

Color Harmonies of #8555BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8555BC

Black with #8555BC

Text Example


Text Example

White with #8555BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8555BC; }

 p { color: rgb(133,85,188); }

 H1.HeaderClassName
 {
   color: #8555BC;
 }
 .AnyTagClassName
 {
   color: #8555BC;
 }
</style>

background-color css

<style>
 a { background-color: #8555BC; }

 a { background-color: rgb(133,85,188); }

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

border-color css

<style>
 span { border-color: #8555BC; }

 span { border-color: rgb(133,85,188); }

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