Html Css Color HEX #854EBC Deep Lilac

📋 copy color: '#854EBC'

red 133 ◦ green 78 ◦ blue 188

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

Shades of Deep Lilac #854EBC

Tints of Deep Lilac #854EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.55%

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

R = 33.33%
G = 19.55%
B = 47.12%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#854EBC (or 0x854EBC) is known color: Deep Lilac. HEX triplet: 85, 4E and BC. RGB value is (133,78,188). Sum of RGB (Red+Green+Blue) = 133+78+188=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #854EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EBC is #7AB143. Grayscale: #6A6A6A. Windows color (decimal): -8040772 or 12340869. OLE color: 12340869.

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

Color convert

RGB 133 78 188 -
CMYK 0.29 0.59 0 0.26
HSL 270º 0.45% 0.52% -
HSV(B) 270º 0.59% 0.74% -
XYZ 21.47 14.07 49.16 -
YUV 106.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 133 78 188 0.29 0.59 0 0.26 270 0.45 0.52
Hex 85 4E BC 1D 3B 0 1A 10E 2D 34
Octal 205 116 274 35 73 0 32 416 55 64
Binary 10000101 1001110 10111100 11101 111011 0 11010 100001110 101101 110100

Color Harmonies of #854EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854EBC

Black with #854EBC

Text Example


Text Example

White with #854EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854EBC; }

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

 H1.HeaderClassName
 {
   color: #854EBC;
 }
 .AnyTagClassName
 {
   color: #854EBC;
 }
</style>

background-color css

<style>
 a { background-color: #854EBC; }

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

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

border-color css

<style>
 span { border-color: #854EBC; }

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

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