Html Css Color HEX #834BC8 Deep Lilac

📋 copy color: '#834BC8'

red 131 ◦ green 75 ◦ blue 200

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

Shades of Deep Lilac #834BC8

Tints of Deep Lilac #834BC8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.47%

 BLUE value IS 200 (78.52% from 255) = 49.26%

R = 32.27%
G = 18.47%
B = 49.26%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#834BC8 (or 0x834BC8) is known color: Deep Lilac. HEX triplet: 83, 4B and C8. RGB value is (131,75,200). Sum of RGB (Red+Green+Blue) = 131+75+200=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #834BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BC8 is #7CB437. Grayscale: #696969. Windows color (decimal): -8172600 or 13126531. OLE color: 13126531.

HSL color Cylindrical-coordinate representation of color #834BC8: hue angle of 266.88º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #834BC8 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 75 200 -
CMYK 0.34 0.62 0 0.22
HSL 266.88º 0.53% 0.54% -
HSV(B) 266.88º 0.63% 0.78% -
XYZ 22.3 14.03 56.18 -
YUV 105.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 131 75 200 0.34 0.62 0 0.22 266.88 0.53 0.54
Hex 83 4B C8 22 3E 0 16 10B 35 36
Octal 203 113 310 42 76 0 26 413 65 66
Binary 10000011 1001011 11001000 100010 111110 0 10110 100001011 110101 110110

Color Harmonies of #834BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834BC8

Black with #834BC8

Text Example


Text Example

White with #834BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,75,200); }

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

background-color css

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

 a { background-color: rgb(131,75,200); }

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

border-color css

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

 span { border-color: rgb(131,75,200); }

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