Html Css Color HEX #8256BE Deep Lilac

📋 copy color: '#8256BE'

red 130 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #8256BE

Tints of Deep Lilac #8256BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 32.02%
G = 21.18%
B = 46.8%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8256BE (or 0x8256BE) is known color: Deep Lilac. HEX triplet: 82, 56 and BE. RGB value is (130,86,190). Sum of RGB (Red+Green+Blue) = 130+86+190=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #8256BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256BE is #7DA941. Grayscale: #6E6E6E. Windows color (decimal): -8235330 or 12473986. OLE color: 12473986.

HSL color Cylindrical-coordinate representation of color #8256BE: hue angle of 265.38º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8256BE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 86 190 -
CMYK 0.32 0.55 0 0.25
HSL 265.38º 0.44% 0.54% -
HSV(B) 265.38º 0.55% 0.75% -
XYZ 21.83 15.12 50.48 -
YUV 111.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 130 86 190 0.32 0.55 0 0.25 265.38 0.44 0.54
Hex 82 56 BE 20 37 0 19 109 2C 36
Octal 202 126 276 40 67 0 31 411 54 66
Binary 10000010 1010110 10111110 100000 110111 0 11001 100001001 101100 110110

Color Harmonies of #8256BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256BE

Black with #8256BE

Text Example


Text Example

White with #8256BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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