Html Css Color HEX #854DB3 Deep Lilac

📋 copy color: '#854DB3'

red 133 ◦ green 77 ◦ blue 179

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

Shades of Deep Lilac #854DB3

Tints of Deep Lilac #854DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.02%

R = 34.19%
G = 19.79%
B = 46.02%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#854DB3 (or 0x854DB3) is known color: Deep Lilac. HEX triplet: 85, 4D and B3. RGB value is (133,77,179). Sum of RGB (Red+Green+Blue) = 133+77+179=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #854DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DB3 is #7AB24C. Grayscale: #696969. Windows color (decimal): -8041037 or 11750789. OLE color: 11750789.

HSL color Cylindrical-coordinate representation of color #854DB3: hue angle of 272.94º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854DB3 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 77 179 -
CMYK 0.26 0.57 0 0.30
HSL 272.94º 0.4% 0.5% -
HSV(B) 272.94º 0.57% 0.7% -
XYZ 20.46 13.55 44.18 -
YUV 105.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 133 77 179 0.26 0.57 0 0.30 272.94 0.4 0.5
Hex 85 4D B3 1A 39 0 1E 111 28 32
Octal 205 115 263 32 71 0 36 421 50 62
Binary 10000101 1001101 10110011 11010 111001 0 11110 100010001 101000 110010

Color Harmonies of #854DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DB3

Black with #854DB3

Text Example


Text Example

White with #854DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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