Html Css Color HEX #835DBA Lilac Bush

📋 copy color: '#835DBA'

red 131 ◦ green 93 ◦ blue 186

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

Shades of Lilac Bush #835DBA

Tints of Lilac Bush #835DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.68%

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

R = 31.95%
G = 22.68%
B = 45.37%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#835DBA (or 0x835DBA) is known color: Lilac Bush. HEX triplet: 83, 5D and BA. RGB value is (131,93,186). Sum of RGB (Red+Green+Blue) = 131+93+186=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #835DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DBA is #7CA245. Grayscale: #727272. Windows color (decimal): -8168006 or 12213635. OLE color: 12213635.

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

Color convert

RGB 131 93 186 -
CMYK 0.30 0.5 0 0.27
HSL 264.52º 0.4% 0.55% -
HSV(B) 264.52º 0.5% 0.73% -
XYZ 22.14 16.2 48.41 -
YUV 114.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 131 93 186 0.30 0.5 0 0.27 264.52 0.4 0.55
Hex 83 5D BA 1E 32 0 1B 109 28 37
Octal 203 135 272 36 62 0 33 411 50 67
Binary 10000011 1011101 10111010 11110 110010 0 11011 100001001 101000 110111

Color Harmonies of #835DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DBA

Black with #835DBA

Text Example


Text Example

White with #835DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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