Html Css Color HEX #8248C6 Deep Lilac

📋 copy color: '#8248C6'

red 130 ◦ green 72 ◦ blue 198

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

Shades of Deep Lilac #8248C6

Tints of Deep Lilac #8248C6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

 BLUE value IS 198 (77.73% from 255) = 49.5%

R = 32.5%
G = 18%
B = 49.5%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8248C6 (or 0x8248C6) is known color: Deep Lilac. HEX triplet: 82, 48 and C6. RGB value is (130,72,198). Sum of RGB (Red+Green+Blue) = 130+72+198=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #8248C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8248C6 is #7DB739. Grayscale: #676767. Windows color (decimal): -8238906 or 12994690. OLE color: 12994690.

HSL color Cylindrical-coordinate representation of color #8248C6: hue angle of 267.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8248C6 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 72 198 -
CMYK 0.34 0.64 0 0.22
HSL 267.62º 0.53% 0.53% -
HSV(B) 267.62º 0.64% 0.78% -
XYZ 21.72 13.46 54.88 -
YUV 103.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 130 72 198 0.34 0.64 0 0.22 267.62 0.53 0.53
Hex 82 48 C6 22 40 0 16 10C 34 35
Octal 202 110 306 42 100 0 26 414 64 65
Binary 10000010 1001000 11000110 100010 1000000 0 10110 100001100 110100 110101

Color Harmonies of #8248C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8248C6

Black with #8248C6

Text Example


Text Example

White with #8248C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8248C6; }

 p { color: rgb(130,72,198); }

 H1.HeaderClassName
 {
   color: #8248C6;
 }
 .AnyTagClassName
 {
   color: #8248C6;
 }
</style>

background-color css

<style>
 a { background-color: #8248C6; }

 a { background-color: rgb(130,72,198); }

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

border-color css

<style>
 span { border-color: #8248C6; }

 span { border-color: rgb(130,72,198); }

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