Html Css Color HEX #835CBA Lilac Bush

📋 copy color: '#835CBA'

red 131 ◦ green 92 ◦ blue 186

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

Shades of Lilac Bush #835CBA

Tints of Lilac Bush #835CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.49%

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

R = 32.03%
G = 22.49%
B = 45.48%

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

#835CBA (or 0x835CBA) is known color: Lilac Bush. HEX triplet: 83, 5C and BA. RGB value is (131,92,186). Sum of RGB (Red+Green+Blue) = 131+92+186=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #835CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CBA is #7CA345. Grayscale: #727272. Windows color (decimal): -8168262 or 12213379. OLE color: 12213379.

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

Color convert

RGB 131 92 186 -
CMYK 0.30 0.51 0 0.27
HSL 264.89º 0.41% 0.55% -
HSV(B) 264.89º 0.51% 0.73% -
XYZ 22.05 16.02 48.39 -
YUV 114.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 131 92 186 0.30 0.51 0 0.27 264.89 0.41 0.55
Hex 83 5C BA 1E 33 0 1B 109 29 37
Octal 203 134 272 36 63 0 33 411 51 67
Binary 10000011 1011100 10111010 11110 110011 0 11011 100001001 101001 110111

Color Harmonies of #835CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CBA

Black with #835CBA

Text Example


Text Example

White with #835CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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