Html Css Color HEX #834ABF Deep Lilac

📋 copy color: '#834ABF'

red 131 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #834ABF

Tints of Deep Lilac #834ABF

RGB

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

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

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

R = 33.08%
G = 18.69%
B = 48.23%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#834ABF (or 0x834ABF) is known color: Deep Lilac. HEX triplet: 83, 4A and BF. RGB value is (131,74,191). Sum of RGB (Red+Green+Blue) = 131+74+191=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #834ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834ABF is #7CB540. Grayscale: #676767. Windows color (decimal): -8172865 or 12536451. OLE color: 12536451.

HSL color Cylindrical-coordinate representation of color #834ABF: hue angle of 269.23º 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 #834ABF is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 74 191 -
CMYK 0.31 0.61 0 0.25
HSL 269.23º 0.48% 0.52% -
HSV(B) 269.23º 0.61% 0.75% -
XYZ 21.21 13.48 50.77 -
YUV 104.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 131 74 191 0.31 0.61 0 0.25 269.23 0.48 0.52
Hex 83 4A BF 1F 3D 0 19 10D 30 34
Octal 203 112 277 37 75 0 31 415 60 64
Binary 10000011 1001010 10111111 11111 111101 0 11001 100001101 110000 110100

Color Harmonies of #834ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ABF

Black with #834ABF

Text Example


Text Example

White with #834ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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