Html Css Color HEX #8248C2 Deep Lilac

📋 copy color: '#8248C2'

red 130 ◦ green 72 ◦ blue 194

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

Shades of Deep Lilac #8248C2

Tints of Deep Lilac #8248C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.99%

R = 32.83%
G = 18.18%
B = 48.99%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8248C2 (or 0x8248C2) is known color: Deep Lilac. HEX triplet: 82, 48 and C2. RGB value is (130,72,194). Sum of RGB (Red+Green+Blue) = 130+72+194=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #8248C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8248C2 is #7DB73D. Grayscale: #666666. Windows color (decimal): -8238910 or 12732546. OLE color: 12732546.

HSL color Cylindrical-coordinate representation of color #8248C2: hue angle of 268.52º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8248C2 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 72 194 -
CMYK 0.33 0.63 0 0.24
HSL 268.52º 0.5% 0.52% -
HSV(B) 268.52º 0.63% 0.76% -
XYZ 21.26 13.28 52.48 -
YUV 103.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 130 72 194 0.33 0.63 0 0.24 268.52 0.5 0.52
Hex 82 48 C2 21 3F 0 18 10D 32 34
Octal 202 110 302 41 77 0 30 415 62 64
Binary 10000010 1001000 11000010 100001 111111 0 11000 100001101 110010 110100

Color Harmonies of #8248C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8248C2

Black with #8248C2

Text Example


Text Example

White with #8248C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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