Html Css Color HEX #8243BB Deep Lilac

📋 copy color: '#8243BB'

red 130 ◦ green 67 ◦ blue 187

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

Shades of Deep Lilac #8243BB

Tints of Deep Lilac #8243BB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.45%

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

R = 33.85%
G = 17.45%
B = 48.7%

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

#8243BB (or 0x8243BB) is known color: Deep Lilac. HEX triplet: 82, 43 and BB. RGB value is (130,67,187). Sum of RGB (Red+Green+Blue) = 130+67+187=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #8243BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8243BB is #7DBC44. Grayscale: #636363. Windows color (decimal): -8240197 or 12272514. OLE color: 12272514.

HSL color Cylindrical-coordinate representation of color #8243BB: hue angle of 271.5º 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 #8243BB is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 67 187 -
CMYK 0.30 0.64 0 0.27
HSL 271.5º 0.47% 0.5% -
HSV(B) 271.5º 0.64% 0.73% -
XYZ 20.18 12.35 48.33 -
YUV 99.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 130 67 187 0.30 0.64 0 0.27 271.5 0.47 0.5
Hex 82 43 BB 1E 40 0 1B 110 2F 32
Octal 202 103 273 36 100 0 33 420 57 62
Binary 10000010 1000011 10111011 11110 1000000 0 11011 100010000 101111 110010

Color Harmonies of #8243BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8243BB

Black with #8243BB

Text Example


Text Example

White with #8243BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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