Html Css Color HEX #835EBA Lilac Bush

📋 copy color: '#835EBA'

red 131 ◦ green 94 ◦ blue 186

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

Shades of Lilac Bush #835EBA

Tints of Lilac Bush #835EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

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

R = 31.87%
G = 22.87%
B = 45.26%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#835EBA (or 0x835EBA) is known color: Lilac Bush. HEX triplet: 83, 5E and BA. RGB value is (131,94,186). Sum of RGB (Red+Green+Blue) = 131+94+186=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #835EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835EBA is #7CA145. Grayscale: #737373. Windows color (decimal): -8167750 or 12213891. OLE color: 12213891.

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

Color convert

RGB 131 94 186 -
CMYK 0.30 0.49 0 0.27
HSL 264.13º 0.4% 0.55% -
HSV(B) 264.13º 0.49% 0.73% -
XYZ 22.23 16.38 48.44 -
YUV 115.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 131 94 186 0.30 0.49 0 0.27 264.13 0.4 0.55
Hex 83 5E BA 1E 31 0 1B 108 28 37
Octal 203 136 272 36 61 0 33 410 50 67
Binary 10000011 1011110 10111010 11110 110001 0 11011 100001000 101000 110111

Color Harmonies of #835EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EBA

Black with #835EBA

Text Example


Text Example

White with #835EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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