#834DC4

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

Shades of Deep Lilac #834DC4

Tints of Deep Lilac #834DC4

Color information

#834DC4 (or 0x834DC4) is unknown color: approx Deep Lilac. HEX triplet: 83, 4D and C4. RGB value is (131,77,196). Sum of RGB (Red+Green+Blue) = 131+77+196=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #834DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DC4 is #7CB23B. Grayscale: #6A6A6A. Windows color (decimal): -8172092 or 12864899. OLE color: 12864899.

HSL color Cylindrical-coordinate representation of color #834DC4: hue angle of 267.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834DC4 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13177196-
CMYK0.330.6100.23
HSL267.23º50.21%53.53%-
HSV(B)267.23º60.71%76.86%-
XYZ21.9814.1253.79-
YUV106.71178.39145.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 77 (30.47% from 255) = 19.06%
BLUE value IS 196 (76.95% from 255) = 48.51%
R=32.43%
G=19.06%
B=48.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131771960.330.6100.23267.2350.2153.53
Hex834DC4213D01710b3236
Octal20311530441750274136266
Binary10000011100110111000100100001111101010111100001011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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