Html Css Color HEX #8352B5 Deep Lilac

📋 copy color: '#8352B5'

red 131 ◦ green 82 ◦ blue 181

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

Shades of Deep Lilac #8352B5

Tints of Deep Lilac #8352B5

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.81%

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

R = 33.25%
G = 20.81%
B = 45.94%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8352B5 (or 0x8352B5) is known color: Deep Lilac. HEX triplet: 83, 52 and B5. RGB value is (131,82,181). Sum of RGB (Red+Green+Blue) = 131+82+181=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #8352B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352B5 is #7CAD4A. Grayscale: #6B6B6B. Windows color (decimal): -8170827 or 11883139. OLE color: 11883139.

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

Color convert

RGB 131 82 181 -
CMYK 0.28 0.55 0 0.29
HSL 269.7º 0.4% 0.52% -
HSV(B) 269.7º 0.55% 0.71% -
XYZ 20.72 14.2 45.36 -
YUV 107.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 131 82 181 0.28 0.55 0 0.29 269.7 0.4 0.52
Hex 83 52 B5 1C 37 0 1D 10E 28 34
Octal 203 122 265 34 67 0 35 416 50 64
Binary 10000011 1010010 10110101 11100 110111 0 11101 100001110 101000 110100

Color Harmonies of #8352B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352B5

Black with #8352B5

Text Example


Text Example

White with #8352B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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