Html Css Color HEX #854DB6 Deep Lilac

📋 copy color: '#854DB6'

red 133 ◦ green 77 ◦ blue 182

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

Shades of Deep Lilac #854DB6

Tints of Deep Lilac #854DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.64%

 BLUE value IS 182 (71.48% from 255) = 46.43%

R = 33.93%
G = 19.64%
B = 46.43%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#854DB6 (or 0x854DB6) is known color: Deep Lilac. HEX triplet: 85, 4D and B6. RGB value is (133,77,182). Sum of RGB (Red+Green+Blue) = 133+77+182=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #854DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DB6 is #7AB249. Grayscale: #696969. Windows color (decimal): -8041034 or 11947397. OLE color: 11947397.

HSL color Cylindrical-coordinate representation of color #854DB6: hue angle of 272º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854DB6 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 77 182 -
CMYK 0.27 0.58 0 0.29
HSL 272º 0.42% 0.51% -
HSV(B) 272º 0.58% 0.71% -
XYZ 20.77 13.67 45.8 -
YUV 105.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 133 77 182 0.27 0.58 0 0.29 272 0.42 0.51
Hex 85 4D B6 1B 3A 0 1D 110 2A 33
Octal 205 115 266 33 72 0 35 420 52 63
Binary 10000101 1001101 10110110 11011 111010 0 11101 100010000 101010 110011

Color Harmonies of #854DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DB6

Black with #854DB6

Text Example


Text Example

White with #854DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,77,182); }

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

background-color css

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

 a { background-color: rgb(133,77,182); }

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

border-color css

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

 span { border-color: rgb(133,77,182); }

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