Html Css Color HEX #835BBA Lilac Bush

📋 copy color: '#835BBA'

red 131 ◦ green 91 ◦ blue 186

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

Shades of Lilac Bush #835BBA

Tints of Lilac Bush #835BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 32.11%
G = 22.3%
B = 45.59%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#835BBA (or 0x835BBA) is known color: Lilac Bush. HEX triplet: 83, 5B and BA. RGB value is (131,91,186). Sum of RGB (Red+Green+Blue) = 131+91+186=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #835BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BBA is #7CA445. Grayscale: #717171. Windows color (decimal): -8168518 or 12213123. OLE color: 12213123.

HSL color Cylindrical-coordinate representation of color #835BBA: hue angle of 265.26º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #835BBA is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 91 186 -
CMYK 0.30 0.51 0 0.27
HSL 265.26º 0.41% 0.54% -
HSV(B) 265.26º 0.51% 0.73% -
XYZ 21.96 15.85 48.36 -
YUV 113.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 131 91 186 0.30 0.51 0 0.27 265.26 0.41 0.54
Hex 83 5B BA 1E 33 0 1B 109 29 36
Octal 203 133 272 36 63 0 33 411 51 66
Binary 10000011 1011011 10111010 11110 110011 0 11011 100001001 101001 110110

Color Harmonies of #835BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BBA

Black with #835BBA

Text Example


Text Example

White with #835BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,91,186); }

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

background-color css

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

 a { background-color: rgb(131,91,186); }

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

border-color css

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

 span { border-color: rgb(131,91,186); }

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