Html Css Color HEX #855DB6 Lilac Bush

📋 copy color: '#855DB6'

red 133 ◦ green 93 ◦ blue 182

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

Shades of Lilac Bush #855DB6

Tints of Lilac Bush #855DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.61%

R = 32.6%
G = 22.79%
B = 44.61%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#855DB6 (or 0x855DB6) is known color: Lilac Bush. HEX triplet: 85, 5D and B6. RGB value is (133,93,182). Sum of RGB (Red+Green+Blue) = 133+93+182=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #855DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DB6 is #7AA249. Grayscale: #727272. Windows color (decimal): -8036938 or 11951493. OLE color: 11951493.

HSL color Cylindrical-coordinate representation of color #855DB6: hue angle of 266.97º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855DB6 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 93 182 -
CMYK 0.27 0.49 0 0.29
HSL 266.97º 0.38% 0.54% -
HSV(B) 266.97º 0.49% 0.71% -
XYZ 22.03 16.19 46.22 -
YUV 115.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 133 93 182 0.27 0.49 0 0.29 266.97 0.38 0.54
Hex 85 5D B6 1B 31 0 1D 10B 26 36
Octal 205 135 266 33 61 0 35 413 46 66
Binary 10000101 1011101 10110110 11011 110001 0 11101 100001011 100110 110110

Color Harmonies of #855DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DB6

Black with #855DB6

Text Example


Text Example

White with #855DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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