Html Css Color HEX #8244BD Deep Lilac

📋 copy color: '#8244BD'

red 130 ◦ green 68 ◦ blue 189

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

Shades of Deep Lilac #8244BD

Tints of Deep Lilac #8244BD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 33.59%
G = 17.57%
B = 48.84%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8244BD (or 0x8244BD) is known color: Deep Lilac. HEX triplet: 82, 44 and BD. RGB value is (130,68,189). Sum of RGB (Red+Green+Blue) = 130+68+189=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #8244BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8244BD is #7DBB42. Grayscale: #636363. Windows color (decimal): -8239939 or 12403842. OLE color: 12403842.

HSL color Cylindrical-coordinate representation of color #8244BD: hue angle of 270.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8244BD is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 68 189 -
CMYK 0.31 0.64 0 0.26
HSL 270.74º 0.48% 0.5% -
HSV(B) 270.74º 0.64% 0.74% -
XYZ 20.46 12.55 49.49 -
YUV 100.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 130 68 189 0.31 0.64 0 0.26 270.74 0.48 0.5
Hex 82 44 BD 1F 40 0 1A 10F 30 32
Octal 202 104 275 37 100 0 32 417 60 62
Binary 10000010 1000100 10111101 11111 1000000 0 11010 100001111 110000 110010

Color Harmonies of #8244BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8244BD

Black with #8244BD

Text Example


Text Example

White with #8244BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8244BD; }

 p { color: rgb(130,68,189); }

 H1.HeaderClassName
 {
   color: #8244BD;
 }
 .AnyTagClassName
 {
   color: #8244BD;
 }
</style>

background-color css

<style>
 a { background-color: #8244BD; }

 a { background-color: rgb(130,68,189); }

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

border-color css

<style>
 span { border-color: #8244BD; }

 span { border-color: rgb(130,68,189); }

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