Html Css Color HEX #8352BF Deep Lilac

📋 copy color: '#8352BF'

red 131 ◦ green 82 ◦ blue 191

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

Shades of Deep Lilac #8352BF

Tints of Deep Lilac #8352BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.28%

R = 32.43%
G = 20.3%
B = 47.28%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8352BF (or 0x8352BF) is known color: Deep Lilac. HEX triplet: 83, 52 and BF. RGB value is (131,82,191). Sum of RGB (Red+Green+Blue) = 131+82+191=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #8352BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352BF is #7CAD40. Grayscale: #6C6C6C. Windows color (decimal): -8170817 or 12538499. OLE color: 12538499.

HSL color Cylindrical-coordinate representation of color #8352BF: hue angle of 266.97º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8352BF is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 82 191 -
CMYK 0.31 0.57 0 0.25
HSL 266.97º 0.46% 0.54% -
HSV(B) 266.97º 0.57% 0.75% -
XYZ 21.78 14.62 50.96 -
YUV 109.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 131 82 191 0.31 0.57 0 0.25 266.97 0.46 0.54
Hex 83 52 BF 1F 39 0 19 10B 2E 36
Octal 203 122 277 37 71 0 31 413 56 66
Binary 10000011 1010010 10111111 11111 111001 0 11001 100001011 101110 110110

Color Harmonies of #8352BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352BF

Black with #8352BF

Text Example


Text Example

White with #8352BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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