Html Css Color HEX #854CBB Deep Lilac

📋 copy color: '#854CBB'

red 133 ◦ green 76 ◦ blue 187

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

Shades of Deep Lilac #854CBB

Tints of Deep Lilac #854CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 33.59%
G = 19.19%
B = 47.22%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#854CBB (or 0x854CBB) is known color: Deep Lilac. HEX triplet: 85, 4C and BB. RGB value is (133,76,187). Sum of RGB (Red+Green+Blue) = 133+76+187=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #854CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CBB is #7AB344. Grayscale: #696969. Windows color (decimal): -8041285 or 12274821. OLE color: 12274821.

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

Color convert

RGB 133 76 187 -
CMYK 0.29 0.59 0 0.27
HSL 270.81º 0.45% 0.52% -
HSV(B) 270.81º 0.59% 0.73% -
XYZ 21.23 13.74 48.55 -
YUV 105.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 133 76 187 0.29 0.59 0 0.27 270.81 0.45 0.52
Hex 85 4C BB 1D 3B 0 1B 10F 2D 34
Octal 205 114 273 35 73 0 33 417 55 64
Binary 10000101 1001100 10111011 11101 111011 0 11011 100001111 101101 110100

Color Harmonies of #854CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CBB

Black with #854CBB

Text Example


Text Example

White with #854CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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