Html Css Color HEX #854FB9 Deep Lilac

📋 copy color: '#854FB9'

red 133 ◦ green 79 ◦ blue 185

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

Shades of Deep Lilac #854FB9

Tints of Deep Lilac #854FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.9%

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 33.5%
G = 19.9%
B = 46.6%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#854FB9 (or 0x854FB9) is known color: Deep Lilac. HEX triplet: 85, 4F and B9. RGB value is (133,79,185). Sum of RGB (Red+Green+Blue) = 133+79+185=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #854FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FB9 is #7AB046. Grayscale: #6A6A6A. Windows color (decimal): -8040519 or 12144517. OLE color: 12144517.

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

Color convert

RGB 133 79 185 -
CMYK 0.28 0.57 0 0.27
HSL 270.57º 0.43% 0.52% -
HSV(B) 270.57º 0.57% 0.73% -
XYZ 21.23 14.08 47.5 -
YUV 107.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 133 79 185 0.28 0.57 0 0.27 270.57 0.43 0.52
Hex 85 4F B9 1C 39 0 1B 10F 2B 34
Octal 205 117 271 34 71 0 33 417 53 64
Binary 10000101 1001111 10111001 11100 111001 0 11011 100001111 101011 110100

Color Harmonies of #854FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854FB9

Black with #854FB9

Text Example


Text Example

White with #854FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,79,185); }

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

background-color css

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

 a { background-color: rgb(133,79,185); }

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

border-color css

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

 span { border-color: rgb(133,79,185); }

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