Html Css Color HEX #855DBB Lilac Bush

📋 copy color: '#855DBB'

red 133 ◦ green 93 ◦ blue 187

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

Shades of Lilac Bush #855DBB

Tints of Lilac Bush #855DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 32.2%
G = 22.52%
B = 45.28%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#855DBB (or 0x855DBB) is known color: Lilac Bush. HEX triplet: 85, 5D and BB. RGB value is (133,93,187). Sum of RGB (Red+Green+Blue) = 133+93+187=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #855DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DBB is #7AA244. Grayscale: #737373. Windows color (decimal): -8036933 or 12279173. OLE color: 12279173.

HSL color Cylindrical-coordinate representation of color #855DBB: hue angle of 265.53º degrees, saturation: 0.41, 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 #855DBB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 93 187 -
CMYK 0.29 0.50 0 0.27
HSL 265.53º 0.41% 0.55% -
HSV(B) 265.53º 0.5% 0.73% -
XYZ 22.56 16.4 48.99 -
YUV 115.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 133 93 187 0.29 0.50 0 0.27 265.53 0.41 0.55
Hex 85 5D BB 1D 32 0 1B 10A 29 37
Octal 205 135 273 35 62 0 33 412 51 67
Binary 10000101 1011101 10111011 11101 110010 0 11011 100001010 101001 110111

Color Harmonies of #855DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DBB

Black with #855DBB

Text Example


Text Example

White with #855DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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