Html Css Color HEX #834FBE Deep Lilac

📋 copy color: '#834FBE'

red 131 ◦ green 79 ◦ blue 190

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

Shades of Deep Lilac #834FBE

Tints of Deep Lilac #834FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.75%

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 32.75%
G = 19.75%
B = 47.5%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#834FBE (or 0x834FBE) is known color: Deep Lilac. HEX triplet: 83, 4F and BE. RGB value is (131,79,190). Sum of RGB (Red+Green+Blue) = 131+79+190=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #834FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FBE is #7CB041. Grayscale: #6A6A6A. Windows color (decimal): -8171586 or 12472195. OLE color: 12472195.

HSL color Cylindrical-coordinate representation of color #834FBE: hue angle of 268.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #834FBE is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 79 190 -
CMYK 0.31 0.58 0 0.25
HSL 268.11º 0.46% 0.53% -
HSV(B) 268.11º 0.58% 0.75% -
XYZ 21.45 14.13 50.31 -
YUV 107.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 131 79 190 0.31 0.58 0 0.25 268.11 0.46 0.53
Hex 83 4F BE 1F 3A 0 19 10C 2E 35
Octal 203 117 276 37 72 0 31 414 56 65
Binary 10000011 1001111 10111110 11111 111010 0 11001 100001100 101110 110101

Color Harmonies of #834FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FBE

Black with #834FBE

Text Example


Text Example

White with #834FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,79,190); }

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

background-color css

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

 a { background-color: rgb(131,79,190); }

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

border-color css

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

 span { border-color: rgb(131,79,190); }

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