Html Css Color HEX #834DBB Deep Lilac

📋 copy color: '#834DBB'

red 131 ◦ green 77 ◦ blue 187

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

Shades of Deep Lilac #834DBB

Tints of Deep Lilac #834DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 33.16%
G = 19.49%
B = 47.34%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#834DBB (or 0x834DBB) is known color: Deep Lilac. HEX triplet: 83, 4D and BB. RGB value is (131,77,187). Sum of RGB (Red+Green+Blue) = 131+77+187=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #834DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DBB is #7CB244. Grayscale: #696969. Windows color (decimal): -8172101 or 12275075. OLE color: 12275075.

HSL color Cylindrical-coordinate representation of color #834DBB: hue angle of 269.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #834DBB is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 77 187 -
CMYK 0.30 0.59 0 0.27
HSL 269.45º 0.45% 0.52% -
HSV(B) 269.45º 0.59% 0.73% -
XYZ 20.98 13.72 48.56 -
YUV 105.69 173.89 146.06 -
System Red Green Blue C M Y K H S L
Decimal 131 77 187 0.30 0.59 0 0.27 269.45 0.45 0.52
Hex 83 4D BB 1E 3B 0 1B 10D 2D 34
Octal 203 115 273 36 73 0 33 415 55 64
Binary 10000011 1001101 10111011 11110 111011 0 11011 100001101 101101 110100

Color Harmonies of #834DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DBB

Black with #834DBB

Text Example


Text Example

White with #834DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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