Html Css Color HEX #854CBA Deep Lilac

📋 copy color: '#854CBA'

red 133 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #854CBA

Tints of Deep Lilac #854CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.24%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 33.67%
G = 19.24%
B = 47.09%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#854CBA (or 0x854CBA) is known color: Deep Lilac. HEX triplet: 85, 4C and BA. RGB value is (133,76,186). Sum of RGB (Red+Green+Blue) = 133+76+186=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #854CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CBA is #7AB345. Grayscale: #696969. Windows color (decimal): -8041286 or 12209285. OLE color: 12209285.

HSL color Cylindrical-coordinate representation of color #854CBA: hue angle of 271.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #854CBA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 76 186 -
CMYK 0.28 0.59 0 0.27
HSL 271.09º 0.44% 0.51% -
HSV(B) 271.09º 0.59% 0.73% -
XYZ 21.12 13.7 47.99 -
YUV 105.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 133 76 186 0.28 0.59 0 0.27 271.09 0.44 0.51
Hex 85 4C BA 1C 3B 0 1B 10F 2C 33
Octal 205 114 272 34 73 0 33 417 54 63
Binary 10000101 1001100 10111010 11100 111011 0 11011 100001111 101100 110011

Color Harmonies of #854CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CBA

Black with #854CBA

Text Example


Text Example

White with #854CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,76,186); }

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

background-color css

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

 a { background-color: rgb(133,76,186); }

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

border-color css

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

 span { border-color: rgb(133,76,186); }

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