#834DC7

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

Shades of Deep Lilac #834DC7

Tints of Deep Lilac #834DC7

Color information

#834DC7 (or 0x834DC7) is unknown color: approx Deep Lilac. HEX triplet: 83, 4D and C7. RGB value is (131,77,199). Sum of RGB (Red+Green+Blue) = 131+77+199=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #834DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DC7 is #7CB238. Grayscale: #6A6A6A. Windows color (decimal): -8172089 or 13061507. OLE color: 13061507.

HSL color Cylindrical-coordinate representation of color #834DC7: hue angle of 266.56º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834DC7 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13177199-
CMYK0.340.6100.22
HSL266.56º52.14%54.12%-
HSV(B)266.56º61.31%78.04%-
XYZ22.3214.2655.61-
YUV107.05179.89145.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 199 (78.12% from 255) = 48.89%
R=32.19%
G=18.92%
B=48.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131771990.340.6100.22266.5652.1454.12
Hex834DC7223D01610b3436
Octal20311530742750264136466
Binary10000011100110111000111100010111101010110100001011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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