Html Css Color HEX #8353B5 Deep Lilac

📋 copy color: '#8353B5'

red 131 ◦ green 83 ◦ blue 181

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

Shades of Deep Lilac #8353B5

Tints of Deep Lilac #8353B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.82%

R = 33.16%
G = 21.01%
B = 45.82%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8353B5 (or 0x8353B5) is known color: Deep Lilac. HEX triplet: 83, 53 and B5. RGB value is (131,83,181). Sum of RGB (Red+Green+Blue) = 131+83+181=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #8353B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353B5 is #7CAC4A. Grayscale: #6C6C6C. Windows color (decimal): -8170571 or 11883395. OLE color: 11883395.

HSL color Cylindrical-coordinate representation of color #8353B5: hue angle of 269.39º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8353B5 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 83 181 -
CMYK 0.28 0.54 0 0.29
HSL 269.39º 0.4% 0.52% -
HSV(B) 269.39º 0.54% 0.71% -
XYZ 20.79 14.35 45.39 -
YUV 108.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 131 83 181 0.28 0.54 0 0.29 269.39 0.4 0.52
Hex 83 53 B5 1C 36 0 1D 10D 28 34
Octal 203 123 265 34 66 0 35 415 50 64
Binary 10000011 1010011 10110101 11100 110110 0 11101 100001101 101000 110100

Color Harmonies of #8353B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353B5

Black with #8353B5

Text Example


Text Example

White with #8353B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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