Html Css Color HEX #835BB6 Deep Lilac

📋 copy color: '#835BB6'

red 131 ◦ green 91 ◦ blue 182

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

Shades of Deep Lilac #835BB6

Tints of Deep Lilac #835BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.05%

R = 32.43%
G = 22.52%
B = 45.05%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#835BB6 (or 0x835BB6) is known color: Deep Lilac. HEX triplet: 83, 5B and B6. RGB value is (131,91,182). Sum of RGB (Red+Green+Blue) = 131+91+182=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #835BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BB6 is #7CA449. Grayscale: #717171. Windows color (decimal): -8168522 or 11950979. OLE color: 11950979.

HSL color Cylindrical-coordinate representation of color #835BB6: hue angle of 266.37º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #835BB6 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 91 182 -
CMYK 0.28 0.5 0 0.29
HSL 266.37º 0.38% 0.54% -
HSV(B) 266.37º 0.5% 0.71% -
XYZ 21.54 15.68 46.15 -
YUV 113.33 166.75 140.6 -
System Red Green Blue C M Y K H S L
Decimal 131 91 182 0.28 0.5 0 0.29 266.37 0.38 0.54
Hex 83 5B B6 1C 32 0 1D 10A 26 36
Octal 203 133 266 34 62 0 35 412 46 66
Binary 10000011 1011011 10110110 11100 110010 0 11101 100001010 100110 110110

Color Harmonies of #835BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BB6

Black with #835BB6

Text Example


Text Example

White with #835BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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