Html Css Color HEX #854DBE Deep Lilac

📋 copy color: '#854DBE'

red 133 ◦ green 77 ◦ blue 190

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

Shades of Deep Lilac #854DBE

Tints of Deep Lilac #854DBE

RGB

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

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

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

R = 33.25%
G = 19.25%
B = 47.5%

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

#854DBE (or 0x854DBE) is known color: Deep Lilac. HEX triplet: 85, 4D and BE. RGB value is (133,77,190). Sum of RGB (Red+Green+Blue) = 133+77+190=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #854DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DBE is #7AB241. Grayscale: #6A6A6A. Windows color (decimal): -8041026 or 12471685. OLE color: 12471685.

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

Color convert

RGB 133 77 190 -
CMYK 0.3 0.59 0 0.25
HSL 269.73º 0.47% 0.52% -
HSV(B) 269.73º 0.59% 0.75% -
XYZ 21.62 14.01 50.28 -
YUV 106.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 133 77 190 0.3 0.59 0 0.25 269.73 0.47 0.52
Hex 85 4D BE 1E 3B 0 19 10E 2F 34
Octal 205 115 276 36 73 0 31 416 57 64
Binary 10000101 1001101 10111110 11110 111011 0 11001 100001110 101111 110100

Color Harmonies of #854DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DBE

Black with #854DBE

Text Example


Text Example

White with #854DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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