Html Css Color HEX #8553BD Deep Lilac

📋 copy color: '#8553BD'

red 133 ◦ green 83 ◦ blue 189

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

Shades of Deep Lilac #8553BD

Tints of Deep Lilac #8553BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 32.84%
G = 20.49%
B = 46.67%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8553BD (or 0x8553BD) is known color: Deep Lilac. HEX triplet: 85, 53 and BD. RGB value is (133,83,189). Sum of RGB (Red+Green+Blue) = 133+83+189=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #8553BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8553BD is #7AAC42. Grayscale: #6D6D6D. Windows color (decimal): -8039491 or 12407685. OLE color: 12407685.

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

Color convert

RGB 133 83 189 -
CMYK 0.30 0.56 0 0.26
HSL 268.3º 0.45% 0.53% -
HSV(B) 268.3º 0.56% 0.74% -
XYZ 21.95 14.85 49.85 -
YUV 110.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 133 83 189 0.30 0.56 0 0.26 268.3 0.45 0.53
Hex 85 53 BD 1E 38 0 1A 10C 2D 35
Octal 205 123 275 36 70 0 32 414 55 65
Binary 10000101 1010011 10111101 11110 111000 0 11010 100001100 101101 110101

Color Harmonies of #8553BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8553BD

Black with #8553BD

Text Example


Text Example

White with #8553BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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