Html Css Color HEX #834CBF Deep Lilac

📋 copy color: '#834CBF'

red 131 ◦ green 76 ◦ blue 191

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

Shades of Deep Lilac #834CBF

Tints of Deep Lilac #834CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

 BLUE value IS 191 (75% from 255) = 47.99%

R = 32.91%
G = 19.1%
B = 47.99%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#834CBF (or 0x834CBF) is known color: Deep Lilac. HEX triplet: 83, 4C and BF. RGB value is (131,76,191). Sum of RGB (Red+Green+Blue) = 131+76+191=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #834CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CBF is #7CB340. Grayscale: #696969. Windows color (decimal): -8172353 or 12536963. OLE color: 12536963.

HSL color Cylindrical-coordinate representation of color #834CBF: hue angle of 268.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #834CBF is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 76 191 -
CMYK 0.31 0.60 0 0.25
HSL 268.7º 0.47% 0.52% -
HSV(B) 268.7º 0.6% 0.75% -
XYZ 21.35 13.76 50.82 -
YUV 105.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 131 76 191 0.31 0.60 0 0.25 268.7 0.47 0.52
Hex 83 4C BF 1F 3C 0 19 10D 2F 34
Octal 203 114 277 37 74 0 31 415 57 64
Binary 10000011 1001100 10111111 11111 111100 0 11001 100001101 101111 110100

Color Harmonies of #834CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CBF

Black with #834CBF

Text Example


Text Example

White with #834CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,76,191); }

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

background-color css

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

 a { background-color: rgb(131,76,191); }

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

border-color css

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

 span { border-color: rgb(131,76,191); }

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