Html Css Color HEX #834DBD Deep Lilac

📋 copy color: '#834DBD'

red 131 ◦ green 77 ◦ blue 189

#834DBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #834DBD

Tints of Deep Lilac #834DBD

RGB

 RED value IS 131 (51.56% from 255) = 33%

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 33%
G = 19.4%
B = 47.61%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#834DBD (or 0x834DBD) is known color: Deep Lilac. HEX triplet: 83, 4D and BD. RGB value is (131,77,189). Sum of RGB (Red+Green+Blue) = 131+77+189=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #834DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DBD is #7CB242. Grayscale: #696969. Windows color (decimal): -8172099 or 12406147. OLE color: 12406147.

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

Color convert

RGB 131 77 189 -
CMYK 0.31 0.59 0 0.26
HSL 268.93º 0.46% 0.52% -
HSV(B) 268.93º 0.59% 0.74% -
XYZ 21.2 13.81 49.69 -
YUV 105.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 131 77 189 0.31 0.59 0 0.26 268.93 0.46 0.52
Hex 83 4D BD 1F 3B 0 1A 10D 2E 34
Octal 203 115 275 37 73 0 32 415 56 64
Binary 10000011 1001101 10111101 11111 111011 0 11010 100001101 101110 110100

Color Harmonies of #834DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DBD

Black with #834DBD

Text Example


Text Example

White with #834DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #834DBD;
 }
 .AnyTagClassName
 {
   color: #834DBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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