Html Css Color HEX #8244BB Deep Lilac

📋 copy color: '#8244BB'

red 130 ◦ green 68 ◦ blue 187

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

Shades of Deep Lilac #8244BB

Tints of Deep Lilac #8244BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 33.77%
G = 17.66%
B = 48.57%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8244BB (or 0x8244BB) is known color: Deep Lilac. HEX triplet: 82, 44 and BB. RGB value is (130,68,187). Sum of RGB (Red+Green+Blue) = 130+68+187=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #8244BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8244BB is #7DBB44. Grayscale: #636363. Windows color (decimal): -8239941 or 12272770. OLE color: 12272770.

HSL color Cylindrical-coordinate representation of color #8244BB: hue angle of 271.26º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8244BB is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 68 187 -
CMYK 0.30 0.64 0 0.27
HSL 271.26º 0.47% 0.5% -
HSV(B) 271.26º 0.64% 0.73% -
XYZ 20.24 12.47 48.35 -
YUV 100.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 130 68 187 0.30 0.64 0 0.27 271.26 0.47 0.5
Hex 82 44 BB 1E 40 0 1B 10F 2F 32
Octal 202 104 273 36 100 0 33 417 57 62
Binary 10000010 1000100 10111011 11110 1000000 0 11011 100001111 101111 110010

Color Harmonies of #8244BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8244BB

Black with #8244BB

Text Example


Text Example

White with #8244BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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