Html Css Color HEX #834CBB Deep Lilac

📋 copy color: '#834CBB'

red 131 ◦ green 76 ◦ blue 187

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

Shades of Deep Lilac #834CBB

Tints of Deep Lilac #834CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 33.25%
G = 19.29%
B = 47.46%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#834CBB (or 0x834CBB) is known color: Deep Lilac. HEX triplet: 83, 4C and BB. RGB value is (131,76,187). Sum of RGB (Red+Green+Blue) = 131+76+187=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #834CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CBB is #7CB344. Grayscale: #686868. Windows color (decimal): -8172357 or 12274819. OLE color: 12274819.

HSL color Cylindrical-coordinate representation of color #834CBB: hue angle of 269.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #834CBB is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 76 187 -
CMYK 0.30 0.59 0 0.27
HSL 269.73º 0.45% 0.52% -
HSV(B) 269.73º 0.59% 0.73% -
XYZ 20.91 13.58 48.53 -
YUV 105.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 131 76 187 0.30 0.59 0 0.27 269.73 0.45 0.52
Hex 83 4C BB 1E 3B 0 1B 10E 2D 34
Octal 203 114 273 36 73 0 33 416 55 64
Binary 10000011 1001100 10111011 11110 111011 0 11011 100001110 101101 110100

Color Harmonies of #834CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CBB

Black with #834CBB

Text Example


Text Example

White with #834CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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