Html Css Color HEX #835FB9 Lilac Bush

📋 copy color: '#835FB9'

red 131 ◦ green 95 ◦ blue 185

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

Shades of Lilac Bush #835FB9

Tints of Lilac Bush #835FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 31.87%
G = 23.11%
B = 45.01%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#835FB9 (or 0x835FB9) is known color: Lilac Bush. HEX triplet: 83, 5F and B9. RGB value is (131,95,185). Sum of RGB (Red+Green+Blue) = 131+95+185=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #835FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FB9 is #7CA046. Grayscale: #737373. Windows color (decimal): -8167495 or 12148611. OLE color: 12148611.

HSL color Cylindrical-coordinate representation of color #835FB9: hue angle of 264º degrees, saturation: 0.39, 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 #835FB9 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 95 185 -
CMYK 0.29 0.49 0 0.27
HSL 264º 0.39% 0.55% -
HSV(B) 264º 0.49% 0.73% -
XYZ 22.21 16.51 47.92 -
YUV 116.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 131 95 185 0.29 0.49 0 0.27 264 0.39 0.55
Hex 83 5F B9 1D 31 0 1B 108 27 37
Octal 203 137 271 35 61 0 33 410 47 67
Binary 10000011 1011111 10111001 11101 110001 0 11011 100001000 100111 110111

Color Harmonies of #835FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FB9

Black with #835FB9

Text Example


Text Example

White with #835FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,95,185); }

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

background-color css

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

 a { background-color: rgb(131,95,185); }

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

border-color css

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

 span { border-color: rgb(131,95,185); }

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