Html Css Color HEX #835BBD Lilac Bush

📋 copy color: '#835BBD'

red 131 ◦ green 91 ◦ blue 189

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

Shades of Lilac Bush #835BBD

Tints of Lilac Bush #835BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 31.87%
G = 22.14%
B = 45.99%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#835BBD (or 0x835BBD) is known color: Lilac Bush. HEX triplet: 83, 5B and BD. RGB value is (131,91,189). Sum of RGB (Red+Green+Blue) = 131+91+189=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #835BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BBD is #7CA442. Grayscale: #717171. Windows color (decimal): -8168515 or 12409731. OLE color: 12409731.

HSL color Cylindrical-coordinate representation of color #835BBD: hue angle of 264.49º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #835BBD is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 91 189 -
CMYK 0.31 0.52 0 0.26
HSL 264.49º 0.43% 0.55% -
HSV(B) 264.49º 0.52% 0.74% -
XYZ 22.29 15.98 50.05 -
YUV 114.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 131 91 189 0.31 0.52 0 0.26 264.49 0.43 0.55
Hex 83 5B BD 1F 34 0 1A 108 2B 37
Octal 203 133 275 37 64 0 32 410 53 67
Binary 10000011 1011011 10111101 11111 110100 0 11010 100001000 101011 110111

Color Harmonies of #835BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BBD

Black with #835BBD

Text Example


Text Example

White with #835BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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