Html Css Color HEX #8256BD Deep Lilac

📋 copy color: '#8256BD'

red 130 ◦ green 86 ◦ blue 189

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

Shades of Deep Lilac #8256BD

Tints of Deep Lilac #8256BD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

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

R = 32.1%
G = 21.23%
B = 46.67%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8256BD (or 0x8256BD) is known color: Deep Lilac. HEX triplet: 82, 56 and BD. RGB value is (130,86,189). Sum of RGB (Red+Green+Blue) = 130+86+189=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #8256BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256BD is #7DA942. Grayscale: #6E6E6E. Windows color (decimal): -8235331 or 12408450. OLE color: 12408450.

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

Color convert

RGB 130 86 189 -
CMYK 0.31 0.54 0 0.26
HSL 265.63º 0.44% 0.54% -
HSV(B) 265.63º 0.54% 0.74% -
XYZ 21.72 15.08 49.91 -
YUV 110.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 130 86 189 0.31 0.54 0 0.26 265.63 0.44 0.54
Hex 82 56 BD 1F 36 0 1A 10A 2C 36
Octal 202 126 275 37 66 0 32 412 54 66
Binary 10000010 1010110 10111101 11111 110110 0 11010 100001010 101100 110110

Color Harmonies of #8256BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256BD

Black with #8256BD

Text Example


Text Example

White with #8256BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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