Html Css Color HEX #854DC9 Deep Lilac

📋 copy color: '#854DC9'

red 133 ◦ green 77 ◦ blue 201

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

Shades of Deep Lilac #854DC9

Tints of Deep Lilac #854DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 32.36%
G = 18.73%
B = 48.91%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#854DC9 (or 0x854DC9) is known color: Deep Lilac. HEX triplet: 85, 4D and C9. RGB value is (133,77,201). Sum of RGB (Red+Green+Blue) = 133+77+201=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #854DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DC9 is #7AB236. Grayscale: #6B6B6B. Windows color (decimal): -8041015 or 13192581. OLE color: 13192581.

HSL color Cylindrical-coordinate representation of color #854DC9: hue angle of 267.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #854DC9 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 77 201 -
CMYK 0.34 0.62 0 0.21
HSL 267.1º 0.53% 0.55% -
HSV(B) 267.1º 0.62% 0.79% -
XYZ 22.87 14.51 56.85 -
YUV 107.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 133 77 201 0.34 0.62 0 0.21 267.1 0.53 0.55
Hex 85 4D C9 22 3E 0 15 10B 35 37
Octal 205 115 311 42 76 0 25 413 65 67
Binary 10000101 1001101 11001001 100010 111110 0 10101 100001011 110101 110111

Color Harmonies of #854DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DC9

Black with #854DC9

Text Example


Text Example

White with #854DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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