Html Css Color HEX #8555BF Deep Lilac

📋 copy color: '#8555BF'

red 133 ◦ green 85 ◦ blue 191

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

Shades of Deep Lilac #8555BF

Tints of Deep Lilac #8555BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 32.52%
G = 20.78%
B = 46.7%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8555BF (or 0x8555BF) is known color: Deep Lilac. HEX triplet: 85, 55 and BF. RGB value is (133,85,191). Sum of RGB (Red+Green+Blue) = 133+85+191=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #8555BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8555BF is #7AAA40. Grayscale: #6F6F6F. Windows color (decimal): -8038977 or 12539269. OLE color: 12539269.

HSL color Cylindrical-coordinate representation of color #8555BF: hue angle of 267.17º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8555BF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 85 191 -
CMYK 0.30 0.55 0 0.25
HSL 267.17º 0.45% 0.54% -
HSV(B) 267.17º 0.55% 0.75% -
XYZ 22.33 15.25 51.06 -
YUV 111.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 133 85 191 0.30 0.55 0 0.25 267.17 0.45 0.54
Hex 85 55 BF 1E 37 0 19 10B 2D 36
Octal 205 125 277 36 67 0 31 413 55 66
Binary 10000101 1010101 10111111 11110 110111 0 11001 100001011 101101 110110

Color Harmonies of #8555BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8555BF

Black with #8555BF

Text Example


Text Example

White with #8555BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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