Html Css Color HEX #8550BA Deep Lilac

📋 copy color: '#8550BA'

red 133 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #8550BA

Tints of Deep Lilac #8550BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 33.33%
G = 20.05%
B = 46.62%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8550BA (or 0x8550BA) is known color: Deep Lilac. HEX triplet: 85, 50 and BA. RGB value is (133,80,186). Sum of RGB (Red+Green+Blue) = 133+80+186=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #8550BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550BA is #7AAF45. Grayscale: #6B6B6B. Windows color (decimal): -8040262 or 12210309. OLE color: 12210309.

HSL color Cylindrical-coordinate representation of color #8550BA: hue angle of 270º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8550BA is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 80 186 -
CMYK 0.28 0.57 0 0.27
HSL 270º 0.43% 0.52% -
HSV(B) 270º 0.57% 0.73% -
XYZ 21.4 14.27 48.08 -
YUV 107.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 133 80 186 0.28 0.57 0 0.27 270 0.43 0.52
Hex 85 50 BA 1C 39 0 1B 10E 2B 34
Octal 205 120 272 34 71 0 33 416 53 64
Binary 10000101 1010000 10111010 11100 111001 0 11011 100001110 101011 110100

Color Harmonies of #8550BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550BA

Black with #8550BA

Text Example


Text Example

White with #8550BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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