Html Css Color HEX #8553BA Deep Lilac

📋 copy color: '#8553BA'

red 133 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #8553BA

Tints of Deep Lilac #8553BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.65%

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

R = 33.08%
G = 20.65%
B = 46.27%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8553BA (or 0x8553BA) is known color: Deep Lilac. HEX triplet: 85, 53 and BA. RGB value is (133,83,186). Sum of RGB (Red+Green+Blue) = 133+83+186=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #8553BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8553BA is #7AAC45. Grayscale: #6D6D6D. Windows color (decimal): -8039494 or 12211077. OLE color: 12211077.

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

Color convert

RGB 133 83 186 -
CMYK 0.28 0.55 0 0.27
HSL 269.13º 0.43% 0.53% -
HSV(B) 269.13º 0.55% 0.73% -
XYZ 21.63 14.72 48.16 -
YUV 109.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 133 83 186 0.28 0.55 0 0.27 269.13 0.43 0.53
Hex 85 53 BA 1C 37 0 1B 10D 2B 35
Octal 205 123 272 34 67 0 33 415 53 65
Binary 10000101 1010011 10111010 11100 110111 0 11011 100001101 101011 110101

Color Harmonies of #8553BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8553BA

Black with #8553BA

Text Example


Text Example

White with #8553BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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