Html Css Color HEX #8350BA Deep Lilac

📋 copy color: '#8350BA'

red 131 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #8350BA

Tints of Deep Lilac #8350BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 33%
G = 20.15%
B = 46.85%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8350BA (or 0x8350BA) is known color: Deep Lilac. HEX triplet: 83, 50 and BA. RGB value is (131,80,186). Sum of RGB (Red+Green+Blue) = 131+80+186=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #8350BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350BA is #7CAF45. Grayscale: #6A6A6A. Windows color (decimal): -8171334 or 12210307. OLE color: 12210307.

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

Color convert

RGB 131 80 186 -
CMYK 0.30 0.57 0 0.27
HSL 268.87º 0.43% 0.52% -
HSV(B) 268.87º 0.57% 0.73% -
XYZ 21.09 14.11 48.07 -
YUV 107.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 131 80 186 0.30 0.57 0 0.27 268.87 0.43 0.52
Hex 83 50 BA 1E 39 0 1B 10D 2B 34
Octal 203 120 272 36 71 0 33 415 53 64
Binary 10000011 1010000 10111010 11110 111001 0 11011 100001101 101011 110100

Color Harmonies of #8350BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8350BA

Black with #8350BA

Text Example


Text Example

White with #8350BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8350BA; }

 p { color: rgb(131,80,186); }

 H1.HeaderClassName
 {
   color: #8350BA;
 }
 .AnyTagClassName
 {
   color: #8350BA;
 }
</style>

background-color css

<style>
 a { background-color: #8350BA; }

 a { background-color: rgb(131,80,186); }

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

border-color css

<style>
 span { border-color: #8350BA; }

 span { border-color: rgb(131,80,186); }

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