Html Css Color HEX #855DBF Lilac Bush

📋 copy color: '#855DBF'

red 133 ◦ green 93 ◦ blue 191

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

Shades of Lilac Bush #855DBF

Tints of Lilac Bush #855DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 31.89%
G = 22.3%
B = 45.8%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#855DBF (or 0x855DBF) is known color: Lilac Bush. HEX triplet: 85, 5D and BF. RGB value is (133,93,191). Sum of RGB (Red+Green+Blue) = 133+93+191=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #855DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DBF is #7AA240. Grayscale: #737373. Windows color (decimal): -8036929 or 12541317. OLE color: 12541317.

HSL color Cylindrical-coordinate representation of color #855DBF: hue angle of 264.49º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855DBF is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 93 191 -
CMYK 0.30 0.51 0 0.25
HSL 264.49º 0.43% 0.56% -
HSV(B) 264.49º 0.51% 0.75% -
XYZ 22.99 16.58 51.28 -
YUV 116.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 133 93 191 0.30 0.51 0 0.25 264.49 0.43 0.56
Hex 85 5D BF 1E 33 0 19 108 2B 38
Octal 205 135 277 36 63 0 31 410 53 70
Binary 10000101 1011101 10111111 11110 110011 0 11001 100001000 101011 111000

Color Harmonies of #855DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DBF

Black with #855DBF

Text Example


Text Example

White with #855DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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