Html Css Color HEX #854AC0 Deep Lilac

📋 copy color: '#854AC0'

red 133 ◦ green 74 ◦ blue 192

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

Shades of Deep Lilac #854AC0

Tints of Deep Lilac #854AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.55%

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

R = 33.33%
G = 18.55%
B = 48.12%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#854AC0 (or 0x854AC0) is known color: Deep Lilac. HEX triplet: 85, 4A and C0. RGB value is (133,74,192). Sum of RGB (Red+Green+Blue) = 133+74+192=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #854AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854AC0 is #7AB53F. Grayscale: #686868. Windows color (decimal): -8041792 or 12601989. OLE color: 12601989.

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

Color convert

RGB 133 74 192 -
CMYK 0.31 0.61 0 0.25
HSL 270º 0.48% 0.52% -
HSV(B) 270º 0.61% 0.75% -
XYZ 21.64 13.69 51.37 -
YUV 105.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 133 74 192 0.31 0.61 0 0.25 270 0.48 0.52
Hex 85 4A C0 1F 3D 0 19 10E 30 34
Octal 205 112 300 37 75 0 31 416 60 64
Binary 10000101 1001010 11000000 11111 111101 0 11001 100001110 110000 110100

Color Harmonies of #854AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854AC0

Black with #854AC0

Text Example


Text Example

White with #854AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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