Html Css Color HEX #855CBA Lilac Bush

📋 copy color: '#855CBA'

red 133 ◦ green 92 ◦ blue 186

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

Shades of Lilac Bush #855CBA

Tints of Lilac Bush #855CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.38%

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

R = 32.36%
G = 22.38%
B = 45.26%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#855CBA (or 0x855CBA) is known color: Lilac Bush. HEX triplet: 85, 5C and BA. RGB value is (133,92,186). Sum of RGB (Red+Green+Blue) = 133+92+186=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #855CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CBA is #7AA345. Grayscale: #727272. Windows color (decimal): -8037190 or 12213381. OLE color: 12213381.

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

Color convert

RGB 133 92 186 -
CMYK 0.28 0.51 0 0.27
HSL 266.17º 0.41% 0.55% -
HSV(B) 266.17º 0.51% 0.73% -
XYZ 22.36 16.19 48.4 -
YUV 114.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 133 92 186 0.28 0.51 0 0.27 266.17 0.41 0.55
Hex 85 5C BA 1C 33 0 1B 10A 29 37
Octal 205 134 272 34 63 0 33 412 51 67
Binary 10000101 1011100 10111010 11100 110011 0 11011 100001010 101001 110111

Color Harmonies of #855CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CBA

Black with #855CBA

Text Example


Text Example

White with #855CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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