Html Css Color HEX #8249BE Deep Lilac

📋 copy color: '#8249BE'

red 130 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #8249BE

Tints of Deep Lilac #8249BE

RGB

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

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

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

R = 33.08%
G = 18.58%
B = 48.35%

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

#8249BE (or 0x8249BE) is known color: Deep Lilac. HEX triplet: 82, 49 and BE. RGB value is (130,73,190). Sum of RGB (Red+Green+Blue) = 130+73+190=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #8249BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249BE is #7DB641. Grayscale: #666666. Windows color (decimal): -8238658 or 12470658. OLE color: 12470658.

HSL color Cylindrical-coordinate representation of color #8249BE: hue angle of 269.23º degrees, saturation: 0.47, 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 #8249BE is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 73 190 -
CMYK 0.32 0.62 0 0.25
HSL 269.23º 0.47% 0.52% -
HSV(B) 269.23º 0.62% 0.75% -
XYZ 20.88 13.23 50.17 -
YUV 103.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 130 73 190 0.32 0.62 0 0.25 269.23 0.47 0.52
Hex 82 49 BE 20 3E 0 19 10D 2F 34
Octal 202 111 276 40 76 0 31 415 57 64
Binary 10000010 1001001 10111110 100000 111110 0 11001 100001101 101111 110100

Color Harmonies of #8249BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249BE

Black with #8249BE

Text Example


Text Example

White with #8249BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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