Html Css Color HEX #835AB6 Deep Lilac

📋 copy color: '#835AB6'

red 131 ◦ green 90 ◦ blue 182

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

Shades of Deep Lilac #835AB6

Tints of Deep Lilac #835AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

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

R = 32.51%
G = 22.33%
B = 45.16%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#835AB6 (or 0x835AB6) is known color: Deep Lilac. HEX triplet: 83, 5A and B6. RGB value is (131,90,182). Sum of RGB (Red+Green+Blue) = 131+90+182=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #835AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835AB6 is #7CA549. Grayscale: #707070. Windows color (decimal): -8168778 or 11950723. OLE color: 11950723.

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

Color convert

RGB 131 90 182 -
CMYK 0.28 0.51 0 0.29
HSL 266.74º 0.39% 0.53% -
HSV(B) 266.74º 0.51% 0.71% -
XYZ 21.46 15.52 46.12 -
YUV 112.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 131 90 182 0.28 0.51 0 0.29 266.74 0.39 0.53
Hex 83 5A B6 1C 33 0 1D 10B 27 35
Octal 203 132 266 34 63 0 35 413 47 65
Binary 10000011 1011010 10110110 11100 110011 0 11101 100001011 100111 110101

Color Harmonies of #835AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835AB6

Black with #835AB6

Text Example


Text Example

White with #835AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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