Html Css Color HEX #8354BF Deep Lilac

📋 copy color: '#8354BF'

red 131 ◦ green 84 ◦ blue 191

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

Shades of Deep Lilac #8354BF

Tints of Deep Lilac #8354BF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.69%

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

R = 32.27%
G = 20.69%
B = 47.04%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8354BF (or 0x8354BF) is known color: Deep Lilac. HEX triplet: 83, 54 and BF. RGB value is (131,84,191). Sum of RGB (Red+Green+Blue) = 131+84+191=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #8354BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8354BF is #7CAB40. Grayscale: #6D6D6D. Windows color (decimal): -8170305 or 12539011. OLE color: 12539011.

HSL color Cylindrical-coordinate representation of color #8354BF: hue angle of 266.36º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8354BF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 84 191 -
CMYK 0.31 0.56 0 0.25
HSL 266.36º 0.46% 0.54% -
HSV(B) 266.36º 0.56% 0.75% -
XYZ 21.93 14.93 51.02 -
YUV 110.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 131 84 191 0.31 0.56 0 0.25 266.36 0.46 0.54
Hex 83 54 BF 1F 38 0 19 10A 2E 36
Octal 203 124 277 37 70 0 31 412 56 66
Binary 10000011 1010100 10111111 11111 111000 0 11001 100001010 101110 110110

Color Harmonies of #8354BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8354BF

Black with #8354BF

Text Example


Text Example

White with #8354BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8354BF; }

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

 H1.HeaderClassName
 {
   color: #8354BF;
 }
 .AnyTagClassName
 {
   color: #8354BF;
 }
</style>

background-color css

<style>
 a { background-color: #8354BF; }

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

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

border-color css

<style>
 span { border-color: #8354BF; }

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

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