Html Css Color HEX #8550BC Deep Lilac

📋 copy color: '#8550BC'

red 133 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #8550BC

Tints of Deep Lilac #8550BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.95%

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

R = 33.17%
G = 19.95%
B = 46.88%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8550BC (or 0x8550BC) is known color: Deep Lilac. HEX triplet: 85, 50 and BC. RGB value is (133,80,188). Sum of RGB (Red+Green+Blue) = 133+80+188=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #8550BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550BC is #7AAF43. Grayscale: #6B6B6B. Windows color (decimal): -8040260 or 12341381. OLE color: 12341381.

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

Color convert

RGB 133 80 188 -
CMYK 0.29 0.57 0 0.26
HSL 269.44º 0.45% 0.53% -
HSV(B) 269.44º 0.57% 0.74% -
XYZ 21.62 14.35 49.21 -
YUV 108.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 133 80 188 0.29 0.57 0 0.26 269.44 0.45 0.53
Hex 85 50 BC 1D 39 0 1A 10D 2D 35
Octal 205 120 274 35 71 0 32 415 55 65
Binary 10000101 1010000 10111100 11101 111001 0 11010 100001101 101101 110101

Color Harmonies of #8550BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550BC

Black with #8550BC

Text Example


Text Example

White with #8550BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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