Html Css Color HEX #835DBB Lilac Bush

📋 copy color: '#835DBB'

red 131 ◦ green 93 ◦ blue 187

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

Shades of Lilac Bush #835DBB

Tints of Lilac Bush #835DBB

RGB

 RED value IS 131 (51.56% from 255) = 31.87%

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

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

R = 31.87%
G = 22.63%
B = 45.5%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#835DBB (or 0x835DBB) is known color: Lilac Bush. HEX triplet: 83, 5D and BB. RGB value is (131,93,187). Sum of RGB (Red+Green+Blue) = 131+93+187=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #835DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DBB is #7CA244. Grayscale: #727272. Windows color (decimal): -8168005 or 12279171. OLE color: 12279171.

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

Color convert

RGB 131 93 187 -
CMYK 0.30 0.50 0 0.27
HSL 264.26º 0.41% 0.55% -
HSV(B) 264.26º 0.5% 0.73% -
XYZ 22.24 16.24 48.98 -
YUV 115.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 131 93 187 0.30 0.50 0 0.27 264.26 0.41 0.55
Hex 83 5D BB 1E 32 0 1B 108 29 37
Octal 203 135 273 36 62 0 33 410 51 67
Binary 10000011 1011101 10111011 11110 110010 0 11011 100001000 101001 110111

Color Harmonies of #835DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DBB

Black with #835DBB

Text Example


Text Example

White with #835DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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