Html Css Color HEX #8352BE Deep Lilac

📋 copy color: '#8352BE'

red 131 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #8352BE

Tints of Deep Lilac #8352BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 32.51%
G = 20.35%
B = 47.15%

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

#8352BE (or 0x8352BE) is known color: Deep Lilac. HEX triplet: 83, 52 and BE. RGB value is (131,82,190). Sum of RGB (Red+Green+Blue) = 131+82+190=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #8352BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352BE is #7CAD41. Grayscale: #6C6C6C. Windows color (decimal): -8170818 or 12472963. OLE color: 12472963.

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

Color convert

RGB 131 82 190 -
CMYK 0.31 0.57 0 0.25
HSL 267.22º 0.45% 0.53% -
HSV(B) 267.22º 0.57% 0.75% -
XYZ 21.67 14.58 50.39 -
YUV 108.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 131 82 190 0.31 0.57 0 0.25 267.22 0.45 0.53
Hex 83 52 BE 1F 39 0 19 10B 2D 35
Octal 203 122 276 37 71 0 31 413 55 65
Binary 10000011 1010010 10111110 11111 111001 0 11001 100001011 101101 110101

Color Harmonies of #8352BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352BE

Black with #8352BE

Text Example


Text Example

White with #8352BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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