#834DBB

Color #834DBB Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #834DBB

Tints of Deep Lilac #834DBB

Color information

#834DBB (or 0x834DBB) is unknown color: approx Deep Lilac. HEX triplet: 83, 4D and BB. RGB value is (131,77,187). Sum of RGB (Red+Green+Blue) = 131+77+187=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #834DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DBB is #7CB244. Grayscale: #696969. Windows color (decimal): -8172101 or 12275075. OLE color: 12275075.

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

Color convert

RGB13177187-
CMYK0.300.5900.27
HSL269.45º44.72%51.76%-
HSV(B)269.45º58.82%73.33%-
XYZ20.9813.7248.56-
YUV105.69173.89146.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=33.16%
G=19.49%
B=47.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131771870.300.5900.27269.4544.7251.76
Hex834DBB1E3B01B10d2d34
Octal20311527336730334155564
Binary1000001110011011011101111110111011011011100001101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,77,187); }

 H1.HeaderClassName
 {
   color: #834DBB;
 }
 .AnyTagClassName
 {
   color: #834DBB;
 }
</style>
background-color css

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

 a { background-color: rgb(131,77,187); }

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

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

 span { border-color: rgb(131,77,187); }

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