Html Css Color HEX #835CBC Lilac Bush

📋 copy color: '#835CBC'

red 131 ◦ green 92 ◦ blue 188

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

Shades of Lilac Bush #835CBC

Tints of Lilac Bush #835CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.38%

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 31.87%
G = 22.38%
B = 45.74%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#835CBC (or 0x835CBC) is known color: Lilac Bush. HEX triplet: 83, 5C and BC. RGB value is (131,92,188). Sum of RGB (Red+Green+Blue) = 131+92+188=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #835CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CBC is #7CA343. Grayscale: #727272. Windows color (decimal): -8168260 or 12344451. OLE color: 12344451.

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

Color convert

RGB 131 92 188 -
CMYK 0.30 0.51 0 0.26
HSL 264.38º 0.42% 0.55% -
HSV(B) 264.38º 0.51% 0.74% -
XYZ 22.26 16.11 49.51 -
YUV 114.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 131 92 188 0.30 0.51 0 0.26 264.38 0.42 0.55
Hex 83 5C BC 1E 33 0 1A 108 2A 37
Octal 203 134 274 36 63 0 32 410 52 67
Binary 10000011 1011100 10111100 11110 110011 0 11010 100001000 101010 110111

Color Harmonies of #835CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CBC

Black with #835CBC

Text Example


Text Example

White with #835CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,92,188); }

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

background-color css

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

 a { background-color: rgb(131,92,188); }

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

border-color css

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

 span { border-color: rgb(131,92,188); }

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