Html Css Color HEX #854DC0 Deep Lilac

📋 copy color: '#854DC0'

red 133 ◦ green 77 ◦ blue 192

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

Shades of Deep Lilac #854DC0

Tints of Deep Lilac #854DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 33.08%
G = 19.15%
B = 47.76%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#854DC0 (or 0x854DC0) is known color: Deep Lilac. HEX triplet: 85, 4D and C0. RGB value is (133,77,192). Sum of RGB (Red+Green+Blue) = 133+77+192=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #854DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DC0 is #7AB23F. Grayscale: #6A6A6A. Windows color (decimal): -8041024 or 12602757. OLE color: 12602757.

HSL color Cylindrical-coordinate representation of color #854DC0: hue angle of 269.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854DC0 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 77 192 -
CMYK 0.31 0.60 0 0.25
HSL 269.22º 0.48% 0.53% -
HSV(B) 269.22º 0.6% 0.75% -
XYZ 21.84 14.1 51.44 -
YUV 106.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 133 77 192 0.31 0.60 0 0.25 269.22 0.48 0.53
Hex 85 4D C0 1F 3C 0 19 10D 30 35
Octal 205 115 300 37 74 0 31 415 60 65
Binary 10000101 1001101 11000000 11111 111100 0 11001 100001101 110000 110101

Color Harmonies of #854DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DC0

Black with #854DC0

Text Example


Text Example

White with #854DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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