#834FBF

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

Shades of Deep Lilac #834FBF

Tints of Deep Lilac #834FBF

Color information

#834FBF (or 0x834FBF) is unknown color: approx Deep Lilac. HEX triplet: 83, 4F and BF. RGB value is (131,79,191). Sum of RGB (Red+Green+Blue) = 131+79+191=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #834FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FBF is #7CB040. Grayscale: #6A6A6A. Windows color (decimal): -8171585 or 12537731. OLE color: 12537731.

HSL color Cylindrical-coordinate representation of color #834FBF: hue angle of 267.86º 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 #834FBF is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13179191-
CMYK0.310.5900.25
HSL267.86º46.67%52.94%-
HSV(B)267.86º58.64%74.9%-
XYZ21.5614.1850.89-
YUV107.32175.23144.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 79 (31.25% from 255) = 19.70%
BLUE value IS 191 (75% from 255) = 47.63%
R=32.67%
G=19.70%
B=47.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131791910.310.5900.25267.8646.6752.94
Hex834FBF1F3B01910c2f35
Octal20311727737730314145765
Binary1000001110011111011111111111111011011001100001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,79,191); }

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

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

 a { background-color: rgb(131,79,191); }

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

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

 span { border-color: rgb(131,79,191); }

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