Html Css Color HEX #855FB9 Lilac Bush

📋 copy color: '#855FB9'

red 133 ◦ green 95 ◦ blue 185

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

Shades of Lilac Bush #855FB9

Tints of Lilac Bush #855FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

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

R = 32.2%
G = 23%
B = 44.79%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#855FB9 (or 0x855FB9) is known color: Lilac Bush. HEX triplet: 85, 5F and B9. RGB value is (133,95,185). Sum of RGB (Red+Green+Blue) = 133+95+185=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #855FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FB9 is #7AA046. Grayscale: #747474. Windows color (decimal): -8036423 or 12148613. OLE color: 12148613.

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

Color convert

RGB 133 95 185 -
CMYK 0.28 0.49 0 0.27
HSL 265.33º 0.39% 0.55% -
HSV(B) 265.33º 0.49% 0.73% -
XYZ 22.52 16.67 47.93 -
YUV 116.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 133 95 185 0.28 0.49 0 0.27 265.33 0.39 0.55
Hex 85 5F B9 1C 31 0 1B 109 27 37
Octal 205 137 271 34 61 0 33 411 47 67
Binary 10000101 1011111 10111001 11100 110001 0 11011 100001001 100111 110111

Color Harmonies of #855FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FB9

Black with #855FB9

Text Example


Text Example

White with #855FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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