Html Css Color HEX #8352BB Deep Lilac

📋 copy color: '#8352BB'

red 131 ◦ green 82 ◦ blue 187

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

Shades of Deep Lilac #8352BB

Tints of Deep Lilac #8352BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 32.75%
G = 20.5%
B = 46.75%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8352BB (or 0x8352BB) is known color: Deep Lilac. HEX triplet: 83, 52 and BB. RGB value is (131,82,187). Sum of RGB (Red+Green+Blue) = 131+82+187=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #8352BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352BB is #7CAD44. Grayscale: #6C6C6C. Windows color (decimal): -8170821 or 12276355. OLE color: 12276355.

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

Color convert

RGB 131 82 187 -
CMYK 0.30 0.56 0 0.27
HSL 268º 0.44% 0.53% -
HSV(B) 268º 0.56% 0.73% -
XYZ 21.35 14.45 48.68 -
YUV 108.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 131 82 187 0.30 0.56 0 0.27 268 0.44 0.53
Hex 83 52 BB 1E 38 0 1B 10C 2C 35
Octal 203 122 273 36 70 0 33 414 54 65
Binary 10000011 1010010 10111011 11110 111000 0 11011 100001100 101100 110101

Color Harmonies of #8352BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352BB

Black with #8352BB

Text Example


Text Example

White with #8352BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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