Html Css Color HEX #834CBC Deep Lilac

📋 copy color: '#834CBC'

red 131 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #834CBC

Tints of Deep Lilac #834CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 33.16%
G = 19.24%
B = 47.59%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#834CBC (or 0x834CBC) is known color: Deep Lilac. HEX triplet: 83, 4C and BC. RGB value is (131,76,188). Sum of RGB (Red+Green+Blue) = 131+76+188=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #834CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CBC is #7CB343. Grayscale: #686868. Windows color (decimal): -8172356 or 12340355. OLE color: 12340355.

HSL color Cylindrical-coordinate representation of color #834CBC: hue angle of 269.46º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #834CBC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 76 188 -
CMYK 0.30 0.60 0 0.26
HSL 269.46º 0.46% 0.52% -
HSV(B) 269.46º 0.6% 0.74% -
XYZ 21.02 13.63 49.1 -
YUV 105.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 131 76 188 0.30 0.60 0 0.26 269.46 0.46 0.52
Hex 83 4C BC 1E 3C 0 1A 10D 2E 34
Octal 203 114 274 36 74 0 32 415 56 64
Binary 10000011 1001100 10111100 11110 111100 0 11010 100001101 101110 110100

Color Harmonies of #834CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CBC

Black with #834CBC

Text Example


Text Example

White with #834CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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