Html Css Color HEX #855DB9 Lilac Bush

📋 copy color: '#855DB9'

red 133 ◦ green 93 ◦ blue 185

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

Shades of Lilac Bush #855DB9

Tints of Lilac Bush #855DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.63%

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

R = 32.36%
G = 22.63%
B = 45.01%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#855DB9 (or 0x855DB9) is known color: Lilac Bush. HEX triplet: 85, 5D and B9. RGB value is (133,93,185). Sum of RGB (Red+Green+Blue) = 133+93+185=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #855DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DB9 is #7AA246. Grayscale: #737373. Windows color (decimal): -8036935 or 12148101. OLE color: 12148101.

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

Color convert

RGB 133 93 185 -
CMYK 0.28 0.50 0 0.27
HSL 266.09º 0.4% 0.55% -
HSV(B) 266.09º 0.5% 0.73% -
XYZ 22.34 16.32 47.87 -
YUV 115.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 133 93 185 0.28 0.50 0 0.27 266.09 0.4 0.55
Hex 85 5D B9 1C 32 0 1B 10A 28 37
Octal 205 135 271 34 62 0 33 412 50 67
Binary 10000101 1011101 10111001 11100 110010 0 11011 100001010 101000 110111

Color Harmonies of #855DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DB9

Black with #855DB9

Text Example


Text Example

White with #855DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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