Html Css Color HEX #834AC0 Deep Lilac

📋 copy color: '#834AC0'

red 131 ◦ green 74 ◦ blue 192

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

Shades of Deep Lilac #834AC0

Tints of Deep Lilac #834AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 33%
G = 18.64%
B = 48.36%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#834AC0 (or 0x834AC0) is known color: Deep Lilac. HEX triplet: 83, 4A and C0. RGB value is (131,74,192). Sum of RGB (Red+Green+Blue) = 131+74+192=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #834AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834AC0 is #7CB53F. Grayscale: #686868. Windows color (decimal): -8172864 or 12601987. OLE color: 12601987.

HSL color Cylindrical-coordinate representation of color #834AC0: hue angle of 268.98º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834AC0 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 74 192 -
CMYK 0.32 0.61 0 0.25
HSL 268.98º 0.48% 0.52% -
HSV(B) 268.98º 0.61% 0.75% -
XYZ 21.32 13.53 51.36 -
YUV 104.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 131 74 192 0.32 0.61 0 0.25 268.98 0.48 0.52
Hex 83 4A C0 20 3D 0 19 10D 30 34
Octal 203 112 300 40 75 0 31 415 60 64
Binary 10000011 1001010 11000000 100000 111101 0 11001 100001101 110000 110100

Color Harmonies of #834AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834AC0

Black with #834AC0

Text Example


Text Example

White with #834AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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