Html Css Color HEX #834BBA Deep Lilac

📋 copy color: '#834BBA'

red 131 ◦ green 75 ◦ blue 186

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

Shades of Deep Lilac #834BBA

Tints of Deep Lilac #834BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.13%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 33.42%
G = 19.13%
B = 47.45%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#834BBA (or 0x834BBA) is known color: Deep Lilac. HEX triplet: 83, 4B and BA. RGB value is (131,75,186). Sum of RGB (Red+Green+Blue) = 131+75+186=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #834BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BBA is #7CB445. Grayscale: #686868. Windows color (decimal): -8172614 or 12209027. OLE color: 12209027.

HSL color Cylindrical-coordinate representation of color #834BBA: hue angle of 270.27º degrees, saturation: 0.45, 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 #834BBA is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 75 186 -
CMYK 0.30 0.60 0 0.27
HSL 270.27º 0.45% 0.51% -
HSV(B) 270.27º 0.6% 0.73% -
XYZ 20.74 13.4 47.95 -
YUV 104.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 131 75 186 0.30 0.60 0 0.27 270.27 0.45 0.51
Hex 83 4B BA 1E 3C 0 1B 10E 2D 33
Octal 203 113 272 36 74 0 33 416 55 63
Binary 10000011 1001011 10111010 11110 111100 0 11011 100001110 101101 110011

Color Harmonies of #834BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834BBA

Black with #834BBA

Text Example


Text Example

White with #834BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,75,186); }

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

background-color css

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

 a { background-color: rgb(131,75,186); }

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

border-color css

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

 span { border-color: rgb(131,75,186); }

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