Html Css Color HEX #834AB9 Deep Lilac

📋 copy color: '#834AB9'

red 131 ◦ green 74 ◦ blue 185

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

Shades of Deep Lilac #834AB9

Tints of Deep Lilac #834AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.97%

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 33.59%
G = 18.97%
B = 47.44%

CMYK

 C value IS 0.29

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#834AB9 (or 0x834AB9) is known color: Deep Lilac. HEX triplet: 83, 4A and B9. RGB value is (131,74,185). Sum of RGB (Red+Green+Blue) = 131+74+185=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #834AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834AB9 is #7CB546. Grayscale: #676767. Windows color (decimal): -8172871 or 12143235. OLE color: 12143235.

HSL color Cylindrical-coordinate representation of color #834AB9: hue angle of 270.81º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #834AB9 is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 74 185 -
CMYK 0.29 0.6 0 0.27
HSL 270.81º 0.44% 0.51% -
HSV(B) 270.81º 0.6% 0.73% -
XYZ 20.57 13.23 47.37 -
YUV 103.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 131 74 185 0.29 0.6 0 0.27 270.81 0.44 0.51
Hex 83 4A B9 1D 3C 0 1B 10F 2C 33
Octal 203 112 271 35 74 0 33 417 54 63
Binary 10000011 1001010 10111001 11101 111100 0 11011 100001111 101100 110011

Color Harmonies of #834AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834AB9

Black with #834AB9

Text Example


Text Example

White with #834AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,74,185); }

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

background-color css

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

 a { background-color: rgb(131,74,185); }

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

border-color css

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

 span { border-color: rgb(131,74,185); }

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