Html Css Color HEX #8249BF Deep Lilac

📋 copy color: '#8249BF'

red 130 ◦ green 73 ◦ blue 191

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

Shades of Deep Lilac #8249BF

Tints of Deep Lilac #8249BF

RGB

 RED value IS 130 (51.17% from 255) = 32.99%

 GREEN value IS 73 (28.91% from 255) = 18.53%

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

R = 32.99%
G = 18.53%
B = 48.48%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8249BF (or 0x8249BF) is known color: Deep Lilac. HEX triplet: 82, 49 and BF. RGB value is (130,73,191). Sum of RGB (Red+Green+Blue) = 130+73+191=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #8249BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249BF is #7DB640. Grayscale: #676767. Windows color (decimal): -8238657 or 12536194. OLE color: 12536194.

HSL color Cylindrical-coordinate representation of color #8249BF: hue angle of 268.98º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8249BF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 73 191 -
CMYK 0.32 0.62 0 0.25
HSL 268.98º 0.48% 0.52% -
HSV(B) 268.98º 0.62% 0.75% -
XYZ 20.99 13.27 50.75 -
YUV 103.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 130 73 191 0.32 0.62 0 0.25 268.98 0.48 0.52
Hex 82 49 BF 20 3E 0 19 10D 30 34
Octal 202 111 277 40 76 0 31 415 60 64
Binary 10000010 1001001 10111111 100000 111110 0 11001 100001101 110000 110100

Color Harmonies of #8249BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249BF

Black with #8249BF

Text Example


Text Example

White with #8249BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,73,191); }

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

background-color css

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

 a { background-color: rgb(130,73,191); }

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

border-color css

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

 span { border-color: rgb(130,73,191); }

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