Html Css Color HEX #8353BA Deep Lilac

📋 copy color: '#8353BA'

red 131 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #8353BA

Tints of Deep Lilac #8353BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

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

R = 32.75%
G = 20.75%
B = 46.5%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8353BA (or 0x8353BA) is known color: Deep Lilac. HEX triplet: 83, 53 and BA. RGB value is (131,83,186). Sum of RGB (Red+Green+Blue) = 131+83+186=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #8353BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353BA is #7CAC45. Grayscale: #6C6C6C. Windows color (decimal): -8170566 or 12211075. OLE color: 12211075.

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

Color convert

RGB 131 83 186 -
CMYK 0.30 0.55 0 0.27
HSL 267.96º 0.43% 0.53% -
HSV(B) 267.96º 0.55% 0.73% -
XYZ 21.32 14.56 48.14 -
YUV 109.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 131 83 186 0.30 0.55 0 0.27 267.96 0.43 0.53
Hex 83 53 BA 1E 37 0 1B 10C 2B 35
Octal 203 123 272 36 67 0 33 414 53 65
Binary 10000011 1010011 10111010 11110 110111 0 11011 100001100 101011 110101

Color Harmonies of #8353BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353BA

Black with #8353BA

Text Example


Text Example

White with #8353BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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