#834EBD

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

Shades of Deep Lilac #834EBD

Tints of Deep Lilac #834EBD

Color information

#834EBD (or 0x834EBD) is unknown color: approx Deep Lilac. HEX triplet: 83, 4E and BD. RGB value is (131,78,189). Sum of RGB (Red+Green+Blue) = 131+78+189=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #834EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EBD is #7CB142. Grayscale: #6A6A6A. Windows color (decimal): -8171843 or 12406403. OLE color: 12406403.

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

Color convert

RGB13178189-
CMYK0.310.5900.26
HSL268.65º45.68%52.35%-
HSV(B)268.65º58.73%74.12%-
XYZ21.2713.9549.72-
YUV106.5174.56145.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 189 (74.22% from 255) = 47.49%
R=32.91%
G=19.60%
B=47.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131781890.310.5900.26268.6545.6852.35
Hex834EBD1F3B01A10d2e34
Octal20311627537730324155664
Binary1000001110011101011110111111111011011010100001101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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