Html Css Color HEX #854EBE Deep Lilac

📋 copy color: '#854EBE'

red 133 ◦ green 78 ◦ blue 190

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

Shades of Deep Lilac #854EBE

Tints of Deep Lilac #854EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 33.17%
G = 19.45%
B = 47.38%

CMYK

 C value IS 0.3

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#854EBE (or 0x854EBE) is known color: Deep Lilac. HEX triplet: 85, 4E and BE. RGB value is (133,78,190). Sum of RGB (Red+Green+Blue) = 133+78+190=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #854EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EBE is #7AB141. Grayscale: #6A6A6A. Windows color (decimal): -8040770 or 12471941. OLE color: 12471941.

HSL color Cylindrical-coordinate representation of color #854EBE: hue angle of 269.46º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #854EBE is Cyan = 0.3, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 78 190 -
CMYK 0.3 0.59 0 0.25
HSL 269.46º 0.46% 0.53% -
HSV(B) 269.46º 0.59% 0.75% -
XYZ 21.69 14.15 50.3 -
YUV 107.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 133 78 190 0.3 0.59 0 0.25 269.46 0.46 0.53
Hex 85 4E BE 1E 3B 0 19 10D 2E 35
Octal 205 116 276 36 73 0 31 415 56 65
Binary 10000101 1001110 10111110 11110 111011 0 11001 100001101 101110 110101

Color Harmonies of #854EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854EBE

Black with #854EBE

Text Example


Text Example

White with #854EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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