Html Css Color HEX #834EBC Deep Lilac

📋 copy color: '#834EBC'

red 131 ◦ green 78 ◦ blue 188

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

Shades of Deep Lilac #834EBC

Tints of Deep Lilac #834EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.65%

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

R = 33%
G = 19.65%
B = 47.36%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#834EBC (or 0x834EBC) is known color: Deep Lilac. HEX triplet: 83, 4E and BC. RGB value is (131,78,188). Sum of RGB (Red+Green+Blue) = 131+78+188=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #834EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EBC is #7CB143. Grayscale: #6A6A6A. Windows color (decimal): -8171844 or 12340867. OLE color: 12340867.

HSL color Cylindrical-coordinate representation of color #834EBC: hue angle of 268.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #834EBC is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 78 188 -
CMYK 0.30 0.59 0 0.26
HSL 268.91º 0.45% 0.52% -
HSV(B) 268.91º 0.59% 0.74% -
XYZ 21.16 13.9 49.15 -
YUV 106.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 131 78 188 0.30 0.59 0 0.26 268.91 0.45 0.52
Hex 83 4E BC 1E 3B 0 1A 10D 2D 34
Octal 203 116 274 36 73 0 32 415 55 64
Binary 10000011 1001110 10111100 11110 111011 0 11010 100001101 101101 110100

Color Harmonies of #834EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EBC

Black with #834EBC

Text Example


Text Example

White with #834EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834EBC; }

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

 H1.HeaderClassName
 {
   color: #834EBC;
 }
 .AnyTagClassName
 {
   color: #834EBC;
 }
</style>

background-color css

<style>
 a { background-color: #834EBC; }

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

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

border-color css

<style>
 span { border-color: #834EBC; }

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

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