Html Css Color HEX #834CBE Deep Lilac

📋 copy color: '#834CBE'

red 131 ◦ green 76 ◦ blue 190

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

Shades of Deep Lilac #834CBE

Tints of Deep Lilac #834CBE

RGB

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

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

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

R = 33%
G = 19.14%
B = 47.86%

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

#834CBE (or 0x834CBE) is known color: Deep Lilac. HEX triplet: 83, 4C and BE. RGB value is (131,76,190). Sum of RGB (Red+Green+Blue) = 131+76+190=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #834CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CBE is #7CB341. Grayscale: #696969. Windows color (decimal): -8172354 or 12471427. OLE color: 12471427.

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

Color convert

RGB 131 76 190 -
CMYK 0.31 0.60 0 0.25
HSL 268.95º 0.47% 0.52% -
HSV(B) 268.95º 0.6% 0.75% -
XYZ 21.24 13.71 50.24 -
YUV 105.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 131 76 190 0.31 0.60 0 0.25 268.95 0.47 0.52
Hex 83 4C BE 1F 3C 0 19 10D 2F 34
Octal 203 114 276 37 74 0 31 415 57 64
Binary 10000011 1001100 10111110 11111 111100 0 11001 100001101 101111 110100

Color Harmonies of #834CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CBE

Black with #834CBE

Text Example


Text Example

White with #834CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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