Html Css Color HEX #855DBD Lilac Bush

📋 copy color: '#855DBD'

red 133 ◦ green 93 ◦ blue 189

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

Shades of Lilac Bush #855DBD

Tints of Lilac Bush #855DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 32.05%
G = 22.41%
B = 45.54%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#855DBD (or 0x855DBD) is known color: Lilac Bush. HEX triplet: 85, 5D and BD. RGB value is (133,93,189). Sum of RGB (Red+Green+Blue) = 133+93+189=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #855DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DBD is #7AA242. Grayscale: #737373. Windows color (decimal): -8036931 or 12410245. OLE color: 12410245.

HSL color Cylindrical-coordinate representation of color #855DBD: hue angle of 265º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855DBD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 93 189 -
CMYK 0.30 0.51 0 0.26
HSL 265º 0.42% 0.55% -
HSV(B) 265º 0.51% 0.74% -
XYZ 22.77 16.49 50.13 -
YUV 115.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 133 93 189 0.30 0.51 0 0.26 265 0.42 0.55
Hex 85 5D BD 1E 33 0 1A 109 2A 37
Octal 205 135 275 36 63 0 32 411 52 67
Binary 10000101 1011101 10111101 11110 110011 0 11010 100001001 101010 110111

Color Harmonies of #855DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DBD

Black with #855DBD

Text Example


Text Example

White with #855DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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