Html Css Color HEX #834EC0 Deep Lilac

📋 copy color: '#834EC0'

red 131 ◦ green 78 ◦ blue 192

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

Shades of Deep Lilac #834EC0

Tints of Deep Lilac #834EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 32.67%
G = 19.45%
B = 47.88%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#834EC0 (or 0x834EC0) is known color: Deep Lilac. HEX triplet: 83, 4E and C0. RGB value is (131,78,192). Sum of RGB (Red+Green+Blue) = 131+78+192=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #834EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EC0 is #7CB13F. Grayscale: #6A6A6A. Windows color (decimal): -8171840 or 12603011. OLE color: 12603011.

HSL color Cylindrical-coordinate representation of color #834EC0: hue angle of 267.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #834EC0 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 78 192 -
CMYK 0.32 0.59 0 0.25
HSL 267.89º 0.48% 0.53% -
HSV(B) 267.89º 0.59% 0.75% -
XYZ 21.6 14.08 51.45 -
YUV 106.84 176.06 145.23 -
System Red Green Blue C M Y K H S L
Decimal 131 78 192 0.32 0.59 0 0.25 267.89 0.48 0.53
Hex 83 4E C0 20 3B 0 19 10C 30 35
Octal 203 116 300 40 73 0 31 414 60 65
Binary 10000011 1001110 11000000 100000 111011 0 11001 100001100 110000 110101

Color Harmonies of #834EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EC0

Black with #834EC0

Text Example


Text Example

White with #834EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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