Html Css Color HEX #8249CA Deep Lilac

📋 copy color: '#8249CA'

red 130 ◦ green 73 ◦ blue 202

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

Shades of Deep Lilac #8249CA

Tints of Deep Lilac #8249CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 32.1%
G = 18.02%
B = 49.88%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8249CA (or 0x8249CA) is known color: Deep Lilac. HEX triplet: 82, 49 and CA. RGB value is (130,73,202). Sum of RGB (Red+Green+Blue) = 130+73+202=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #8249CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249CA is #7DB635. Grayscale: #686868. Windows color (decimal): -8238646 or 13257090. OLE color: 13257090.

HSL color Cylindrical-coordinate representation of color #8249CA: hue angle of 266.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8249CA is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 73 202 -
CMYK 0.36 0.64 0 0.21
HSL 266.51º 0.55% 0.54% -
HSV(B) 266.51º 0.64% 0.79% -
XYZ 22.25 13.78 57.36 -
YUV 104.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 130 73 202 0.36 0.64 0 0.21 266.51 0.55 0.54
Hex 82 49 CA 24 40 0 15 10B 37 36
Octal 202 111 312 44 100 0 25 413 67 66
Binary 10000010 1001001 11001010 100100 1000000 0 10101 100001011 110111 110110

Color Harmonies of #8249CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249CA

Black with #8249CA

Text Example


Text Example

White with #8249CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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