#834CBE

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

Shades of Deep Lilac #834CBE

Tints of Deep Lilac #834CBE

Color information

#834CBE (or 0x834CBE) is unknown color: approx Deep Lilac. HEX triplet: 83, 4C and BE. RGB value is (131,76,190). Sum of RGB (Red+Green+Blue) = 131+76+190=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #834CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CBE is #7CB341. Grayscale: #696969. Windows color (decimal): -8172354 or 12471427. OLE color: 12471427.

HSL color Cylindrical-coordinate representation of color #834CBE: hue angle of 268.95º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #834CBE is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13176190-
CMYK0.310.6000.25
HSL268.95º46.72%52.16%-
HSV(B)268.95º60%74.51%-
XYZ21.2413.7150.24-
YUV105.44175.72146.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=33.00%
G=19.14%
B=47.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131761900.310.6000.25268.9546.7252.16
Hex834CBE1F3C01910d2f34
Octal20311427637740314155764
Binary1000001110011001011111011111111100011001100001101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,76,190); }

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

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

 a { background-color: rgb(131,76,190); }

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

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

 span { border-color: rgb(131,76,190); }

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